fix tools/build/setnextversion.sh: do not update tools/apidoc/pom.xml#7163
Conversation
Steps to reproduce the issue (1) on ubuntu server, run "git checkout 4.17.2.0" (2) packaging cd packaging/ ./build-deb.sh -b test1 expected result: succeed actual result: [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1 (/data/cloudstack/tools/apidoc/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1: Could not find artifact org.apache.cloudstack:cloud-tools:pom:4.17.2.0-test1-test1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 25, column 13 -> [Help 2]
Codecov Report
@@ Coverage Diff @@
## 4.17 #7163 +/- ##
=========================================
Coverage 10.37% 10.37%
Complexity 6650 6650
=========================================
Files 2453 2453
Lines 242439 242439
Branches 37938 37938
=========================================
Hits 25164 25164
Misses 214165 214165
Partials 3110 3110 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5518 |
DaanHoogland
left a comment
There was a problem hiding this comment.
builds and looks good
|
@wido did you guys face this as well? |
|
@shwstppr can you review/test? |
|
ping @shwstppr can you verify/test and help merge it? Thanks. |
shwstppr
left a comment
There was a problem hiding this comment.
LGTM. Tested on Ubuntu 20.04 with build script
Steps to reproduce the issue
(1) on ubuntu server, run "git checkout 4.17.2.0"
(2) packaging
cd packaging/
./build-deb.sh -b test1
expected result: succeed
actual result:
[ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1 (/data/cloudstack/tools/apidoc/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.apache.cloudstack:cloud-apidoc:4.17.2.0-test1-test1: Could not find artifact org.apache.cloudstack:cloud-tools:pom:4.17.2.0-test1-test1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 25, column 13 -> [Help 2]
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?