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:28
Message-Id: E1IoqGy-0005d6-Ll@stork.gentoo.org
1 robbat2 07/11/05 00:57:00
2
3 Modified: loginfo
4 Log:
5 Document dtd bit in loginfo.
6
7 Revision Changes Path
8 1.102 loginfo
9
10 file : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.102&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.102&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?r1=1.101&r2=1.102
13
14 Index: loginfo
15 ===================================================================
16 RCS file: /var/cvsroot/CVSROOT/loginfo,v
17 retrieving revision 1.101
18 retrieving revision 1.102
19 diff -u -r1.101 -r1.102
20 --- loginfo 5 Nov 2007 00:54:08 -0000 1.101
21 +++ loginfo 5 Nov 2007 00:57:00 -0000 1.102
22 @@ -45,6 +45,7 @@
23
24 # Update the local copy of cfauth.conf for cfengine (and workaround for locks)
25 ^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 )
26 +# This keeps the DTDs up to date for the XMLcheck
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
29 # The next line will not work, as it uses sudo, but the script will be called by the user, who does the commit.
30
31
32
33 --
34 gentoo-commits@g.o mailing list