Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] CVSROOT commit in /: loginfo
Date: Mon, 05 Nov 2007 01:04:13
Message-Id: E1Ioq5N-0005XC-Nk@stork.gentoo.org
1 robbat2 07/11/05 00:45:01
2
3 Modified: loginfo
4 Log:
5 Reorder loginfo file.
6
7 Revision Changes Path
8 1.99 loginfo
9
10 file : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.99&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.99&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?r1=1.98&r2=1.99
13
14 Index: loginfo
15 ===================================================================
16 RCS file: /var/cvsroot/CVSROOT/loginfo,v
17 retrieving revision 1.98
18 retrieving revision 1.99
19 diff -u -r1.98 -r1.99
20 --- loginfo 21 Sep 2007 03:44:33 -0000 1.98
21 +++ loginfo 5 Nov 2007 00:45:01 -0000 1.99
22 @@ -40,7 +40,15 @@
23 ^gentoo\/xml\/htdocs\/doc\/en ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} )
24 ^gentoo\/xml\/htdocs\/proj\/en\/gdp\/doc ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} )
25
26 +# Update the local copy of cfauth.conf for cfengine (and workaround for locks)
27 +^gentoo-infra\/cfengine\/cfengine\/inputs (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo-infra/cfengine/cfengine/inputs/; cvs -q update -d; find . -type f -exec chmod g+w {} \;) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
28 +^gentoo\/xml\/htdocs\/dtd (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo/xml/htdocs/dtd/; cvs -q update -d; find . -type f -exec chmod g+w {} \;) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
29 +
30 +# The next line will not work, as it uses sudo, but the script will be called by the user, who does the commit.
31 +#^gentoo\/xml\/htdocs (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo/xml/htdocs/; cvs -q update -d && sudo -u gmirror bash -c "source /home/gmirror/.keychain/*-sh; rsync -gopr -e ssh /opt/gentoo/cvs-checks/gentoo/xml/htdocs heron.gentoo.org:~ " ) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
32 +
33 # This list is explicit, as we do NOT want gentoo-infra on here, so we can't use the ALL catcher.
34 +# It must come after the more specific entries above!
35 # If you need to match an entry, but NOT substrings (like gentoo matching gentoo-infra)
36 # you need to have TWO entries
37 # one ending in \/
38 @@ -61,10 +69,3 @@
39 ^gentoolkit ( $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
40 ^munchie ( $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
41 ^ppc-sources-dev ( $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
42 -
43 -# Update the local copy of cfauth.conf for cfengine (and workaround for locks)
44 -^gentoo-infra\/cfengine\/cfengine\/inputs (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo-infra/cfengine/cfengine/inputs/; cvs -q update -d; find . -type f -exec chmod g+w {} \;) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
45 -^gentoo\/xml\/htdocs\/dtd (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo/xml/htdocs/dtd/; cvs -q update -d; find . -type f -exec chmod g+w {} \;) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
46 -
47 -# The next line will not work, as it uses sudo, but the script will be called by the user, who does the commit.
48 -#^gentoo\/xml\/htdocs (date; cat; (sleep 2; cd /opt/gentoo/cvs-checks/gentoo/xml/htdocs/; cvs -q update -d && sudo -u gmirror bash -c "source /home/gmirror/.keychain/*-sh; rsync -gopr -e ssh /opt/gentoo/cvs-checks/gentoo/xml/htdocs heron.gentoo.org:~ " ) &) >> $CVSROOT/CVSROOT/updatelog 2>&1
49
50
51
52 --
53 gentoo-commits@g.o mailing list