Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
robbat2 07/11/05 00:54:09
Modified: loginfo
Log:
Fix brackets to match.
Revision Changes Path
1.101 loginfo
file : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?r1=1.100&r2=1.101
Index: loginfo
===================================================================
RCS file: /var/cvsroot/CVSROOT/loginfo,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- loginfo 5 Nov 2007 00:52:30 -0000 1.100
+++ loginfo 5 Nov 2007 00:54:08 -0000 1.101
@@ -44,8 +44,8 @@
^gentoo\/xml\/htdocs\/proj\/en\/gdp\/doc ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} ; $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
# Update the local copy of cfauth.conf for cfengine (and workaround for locks)
-^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
-^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
+^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 )
+^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 )
# The next line will not work, as it uses sudo, but the script will be called by the user, who does the commit.
#^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
--
gentoo-commits@g.o mailing list
|
|