Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ public String getStorageAccessGroup() {
return storageAccessGroup;
}

public ListHostsCmd() {
}

public ListHostsCmd(String storageAccessGroup) {
this.storageAccessGroup = storageAccessGroup;
}
Expand Down
4 changes: 2 additions & 2 deletions packaging/centos8/cloud.spec
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ if [ \"%{_temp}\" != "" ]; then
FLAGS="$FLAGS `rpm --eval %{?_temp}`"
fi

mvn -Psystemvm,developer -DskipTests $FLAGS clean package
mvn -T 2C -Psystemvm,developer -DskipTests $FLAGS clean package
# cd ui && npm install && node build.js && npm run build && cd ..
cd ui && npm install vue@3.2.31 && npm install && node build.js && npm run build && cd ..
cd ui && npm install && node build.js && npm run build && cd ..

%install
[ ${RPM_BUILD_ROOT} != "/" ] && rm -rf ${RPM_BUILD_ROOT}
Expand Down
Loading
Loading