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:52:31
Modified: loginfo
Log:
All more-specific loginfo lines must come earlier in the file, and must also explicitly run later entries in addition to their own task.
Revision Changes Path
1.100 loginfo
file : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/CVSROOT/loginfo?r1=1.99&r2=1.100
Index: loginfo
===================================================================
RCS file: /var/cvsroot/CVSROOT/loginfo,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- loginfo 5 Nov 2007 00:45:01 -0000 1.99
+++ loginfo 5 Nov 2007 00:52:30 -0000 1.100
@@ -34,15 +34,18 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
+#
+# WARNING
+# other than the 'ALL' entry, the first matching line is used only!
ALL ( $CVSROOT/CVSROOT/ciabot.pl %p %s $USER )
-^gentoo\/xml\/htdocs\/doc\/en ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} )
-^gentoo\/xml\/htdocs\/proj\/en\/gdp\/doc ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} )
+^gentoo\/xml\/htdocs\/doc\/en ( $CVSROOT/CVSROOT/commitlog-doc.pl %p %{s} ; $CVSROOT/CVSROOT/commitlog-portage.pl %p %{s} )
+^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 (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 (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
|
|