You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/12/02 16:59:54 UTC

[1/4] git commit: updated refs/heads/master to a2e65ac

Repository: cloudstack
Updated Branches:
  refs/heads/master 7670ce0e6 -> a2e65ac28


CLOUDSTACK-9584: Fix Travis to cleanup apt repo before pkg installation

This fixes an env issue that cleans apt repo pkg/cache, before installing new
packages.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7da42315
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7da42315
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7da42315

Branch: refs/heads/master
Commit: 7da423157bad8ceb8dbf6ca17f19ec3e9fdc7403
Parents: b57d0ae
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Dec 2 22:20:28 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Dec 2 22:21:06 2016 +0530

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7da42315/tools/travis/before_install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index b90a099..22521e9 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -62,7 +62,8 @@ echo -e "\nCleaning up stale files in /tmp: "
 sudo find /tmp -type f -mtime +2 | grep -v "`sudo lsof | grep /tmp |awk '{print $9}'|sed -e '1 d' |sort |uniq | tr \\n \|`" | xargs sudo rm -vf
 
 echo -e "\nUpdating the system: "
-sudo apt-get -q -y update > /dev/null
+sudo apt-get -y clean
+sudo apt-get -y update > /dev/null
 
 echo -e "\nInstalling MySQL: "
 


[4/4] git commit: updated refs/heads/master to a2e65ac

Posted by bh...@apache.org.
Merge branch '4.9'


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a2e65ac2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a2e65ac2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a2e65ac2

Branch: refs/heads/master
Commit: a2e65ac28c3e6dc61158dc507dc99eaff7a053f0
Parents: 7670ce0 b81683b
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Dec 2 22:29:32 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Dec 2 22:29:32 2016 +0530

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[3/4] git commit: updated refs/heads/master to a2e65ac

Posted by bh...@apache.org.
Merge branch '4.8' into 4.9


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b81683b7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b81683b7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b81683b7

Branch: refs/heads/master
Commit: b81683b742a27fe775697dc09c9d1f5573badfbe
Parents: f231c8c 14b4642
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Dec 2 22:29:16 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Dec 2 22:29:16 2016 +0530

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b81683b7/tools/travis/before_install.sh
----------------------------------------------------------------------


[2/4] git commit: updated refs/heads/master to a2e65ac

Posted by bh...@apache.org.
Merge pull request #1806 from shapeblue/4.8-travis-apt-clean

travis: cleanup apt before installing packagesThis aims at fixing recent Travis failures.

* pr/1806:
  CLOUDSTACK-9584: Fix Travis to cleanup apt repo before pkg installation

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/14b4642a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/14b4642a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/14b4642a

Branch: refs/heads/master
Commit: 14b4642ac80f3add16700b970193f033ad420721
Parents: b57d0ae 7da4231
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Dec 2 22:28:51 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Dec 2 22:28:51 2016 +0530

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------