Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/
Date: Mon, 31 Aug 2015 18:53:19
Message-Id: 1441047186.4a14f8b1da0ff2087ca8dfe8913a4427a3c598e2.grobian@gentoo
1 commit: 4a14f8b1da0ff2087ca8dfe8913a4427a3c598e2
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 18:53:06 2015 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 18:53:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4a14f8b1
7
8 update-rsync-master: switch to prefix git tree
9
10 scripts/rsync-generation/update-rsync-master.sh | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh
14 index 485a2e7..9db1de5 100755
15 --- a/scripts/rsync-generation/update-rsync-master.sh
16 +++ b/scripts/rsync-generation/update-rsync-master.sh
17 @@ -139,9 +139,9 @@ TIME_CVSGX86=$((STOP - START))
18 START=$(date +%s)
19
20 # update the Mercurial image
21 -echo "($(date +"%F %R")) updating Prefix tree (Hg image)"
22 +echo "($(date +"%F %R")) updating Prefix tree (Git image)"
23 pushd "$HGDIR" || exit 1
24 -hg pull -u || echo "Failed to pull!"
25 +git pull -q || echo "Failed to pull!"
26 echo "($(date +"%F %R")) Mercurial image updated"
27
28 # rsync the SVN image to the rsync master