You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/10/22 18:16:43 UTC

[cloudstack] branch master updated (f5d5242 -> 14d387f)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from f5d5242  kvm: Remove libvirt-bin check for Debian (#2909) (#2912)
     new d0fbd00  tools: Added '-B' flag for mvn current version cmd (#2910) (#2914)
     new 14d387f  Test gitbox force push

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../development-installation/README.md => teste.file.gitbox.force       | 0
 tools/build/setnextversion.sh                                           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 copy tools/devcloud4/common/development-installation/README.md => teste.file.gitbox.force (100%)


[cloudstack] 02/02: Test gitbox force push

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 14d387f76db3432ca9aa98e8f00c4d8c22c2b279
Author: Rafael Weingärtner <ra...@gmail.com>
AuthorDate: Mon Oct 22 15:16:25 2018 -0300

    Test gitbox force push
---
 teste.file.gitbox.force | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/teste.file.gitbox.force b/teste.file.gitbox.force
new file mode 100644
index 0000000..e69de29


[cloudstack] 01/02: tools: Added '-B' flag for mvn current version cmd (#2910) (#2914)

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit d0fbd00e9b7841b7861bac9e4df74bde6faa0cdd
Author: Abhishek <ab...@gmail.com>
AuthorDate: Mon Oct 22 22:04:42 2018 +0530

    tools: Added '-B' flag for mvn current version cmd (#2910) (#2914)
    
    maven command for finding current version might need to download packages and without batch mode it will end in variable. Added '-B' to enable batch mode.
---
 tools/build/setnextversion.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/setnextversion.sh b/tools/build/setnextversion.sh
index 3b31ea9..8d8037c 100755
--- a/tools/build/setnextversion.sh
+++ b/tools/build/setnextversion.sh
@@ -124,7 +124,7 @@ echo "checking out correct branch"
 git checkout $branch
 
 echo "determining current POM version"
-export currentversion=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\['`
+export currentversion=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version -B | grep -v '\['`
 echo "found $currentversion"
 
 echo "setting new version numbers"