Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-alt r1706 - trunk/baselayout-prefix
Date: Thu, 28 Apr 2011 18:43:18
Message-Id: 20110428184308.9E44520054@flycatcher.gentoo.org
1 Author: grobian
2 Date: 2011-04-28 18:43:05 +0000 (Thu, 28 Apr 2011)
3 New Revision: 1706
4
5 Modified:
6 trunk/baselayout-prefix/tarball.sh
7 Log:
8 update version
9
10 Modified: trunk/baselayout-prefix/tarball.sh
11 ===================================================================
12 --- trunk/baselayout-prefix/tarball.sh 2011-04-28 18:42:00 UTC (rev 1705)
13 +++ trunk/baselayout-prefix/tarball.sh 2011-04-28 18:43:05 UTC (rev 1706)
14 @@ -3,7 +3,7 @@
15 # yay, this dir is not the top-dir, so no .hg dir not to copy
16
17 REV=$(hg parent --template '{rev}')
18 -TMPDIR=/var/tmp/baselayout-prefix.$$/baselayout-prefix-1.12.5.${REV}
19 +TMPDIR=/var/tmp/baselayout-prefix.$$/baselayout-prefix-1.12.14.${REV}
20
21 MODS=$(hg status . | wc -l)