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 17:12:12 UTC

[1/2] git commit: updated refs/heads/4.8 to 14b4642

Repository: cloudstack
Updated Branches:
  refs/heads/4.8 b57d0ae7c -> 14b4642ac


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/4.8
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: "
 


[2/2] git commit: updated refs/heads/4.8 to 14b4642

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/4.8
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(-)
----------------------------------------------------------------------