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:29
Message-Id: E1IoqED-0005aQ-45@stork.gentoo.org
1 robbat2 07/11/05 00:54:09
2
3 Modified: loginfo
4 Log:
5 Fix brackets to match.
6
7 Revision Changes Path
8 1.101 loginfo
9
10 file : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.101&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.101&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?r1=1.100&r2=1.101
13
14 Index: loginfo
15 ===================================================================
16 RCS file: /var/cvsroot/CVSROOT/loginfo,v
17 retrieving revision 1.100
18 retrieving revision 1.101
19 diff -u -r1.100 -r1.101
20 --- loginfo 5 Nov 2007 00:52:30 -0000 1.100
21 +++ loginfo 5 Nov 2007 00:54:08 -0000 1.101
22 @@ -44,8 +44,8 @@
23 ^gentoo\/xml\/htdocs\/proj\/en\/gdp\/doc ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} ; $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
24
25 # Update the local copy of cfauth.conf for cfengine (and workaround for locks)
26 -^gentoo-infra\/cfengine\/cfengine\/inputs ( $CVSROOT/CVSROOT/commitlog-infra.pl %p %{s} ; 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
27 -^gentoo\/xml\/htdocs\/dtd ( $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} ; 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
28 +^gentoo-infra\/cfengine\/cfengine\/inputs ( $CVSROOT/CVSROOT/commitlog-infra.pl %p %{s} ; ( 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 )
29 +^gentoo\/xml\/htdocs\/dtd ( $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} ; ( 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 )
30
31 # The next line will not work, as it uses sudo, but the script will be called by the user, who does the commit.
32 #^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
33
34
35
36 --
37 gentoo-commits@g.o mailing list