diff --git a/build.gradle b/build.gradle index c8d918be25..56013fe785 100644 --- a/build.gradle +++ b/build.gradle @@ -268,7 +268,7 @@ Properties: -Pmemory=[4g|8g|...] -Pnum_instances=[NUM_INSTANCES] -Pnexus=[NEXUS_URL] (NEXUS_URL is optional) - -POS=[centos-7|fedora-26|debian-10|ubuntu-18.04|opensuse-42.3] + -POS=[centos-7|fedora-33|debian-10|ubuntu-18.04|opensuse-42.3] -Pprefix=[trunk|1.2.1|1.2.0|1.1.0|...] -Prepository=[REPO_URL] -Prun_smoke_tests (run test components defined in config file) @@ -503,7 +503,7 @@ task "bigtop-puppet"(type:Exec, description: ''' Build bigtop/puppet images Usage: - $ ./gradlew -POS=[centos-7|fedora-26|debian-10|ubuntu-18.04|opensuse-42.3] -Pprefix=[trunk|1.2.1|1.2.0|1.1.0|...] bigtop-puppet + $ ./gradlew -POS=[centos-7|fedora-33|debian-10|ubuntu-18.04|opensuse-42.3] -Pprefix=[trunk|1.2.1|1.2.0|1.1.0|...] bigtop-puppet Example: $ ./gradlew -POS=debian-10 -Pprefix=3.0.0 bigtop-puppet The built image name: bigtop/puppet:3.0.0-debian-10 @@ -522,7 +522,7 @@ task "bigtop-slaves"(type:Exec, description: ''' Build bigtop/slaves images Usage: - $ ./gradlew -POS=[centos-7|fedora-26|debian-10|ubuntu-18.04|opensuse-42.3] -Pprefix=[trunk|1.2.1|1.2.0|1.1.0|...] bigtop-slaves + $ ./gradlew -POS=[centos-7|fedora-33|debian-10|ubuntu-18.04|opensuse-42.3] -Pprefix=[trunk|1.2.1|1.2.0|1.1.0|...] bigtop-slaves Example: $ ./gradlew -POS=debian-10 -Pprefix=3.0.0 bigtop-slaves The built image name: bigtop/slaves:3.0.0-debian-10 diff --git a/packages.gradle b/packages.gradle index 9bc74f55d5..b263f517e4 100644 --- a/packages.gradle +++ b/packages.gradle @@ -645,7 +645,7 @@ def genTasks = { target -> } task "$target-pkg-ind" ( description: "Invoking a native binary packaging for $target in Docker. Usage: \$ ./gradlew " + - "-POS=[centos-7|fedora-31|debian-10|ubuntu-18.04] " + + "-POS=[centos-7|fedora-33|debian-10|ubuntu-18.04] " + "-Pprefix=[trunk|1.4.0|1.3.0|1.2.1|...] $target-pkg-ind " + "-Pnexus=[true|false]", group: PACKAGES_GROUP) doLast { @@ -864,7 +864,7 @@ if (nativePackaging) { task "repo-ind" ( description: "Invoking a native repository in Docker. Usage: \$ ./gradlew " + - "-POS=[centos-7|fedora-31|debian-10|ubuntu-18.04] " + + "-POS=[centos-7|fedora-33|debian-10|ubuntu-18.04] " + "-Pprefix=[trunk|1.4.0|1.3.0|1.2.1|...] repo-ind", group: PACKAGES_GROUP) doLast { def _prefix = project.hasProperty("prefix") ? prefix : "trunk"