cvs: functable / update.all
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvshholzgra1157729934@cvsserver> |
hholzgra Fri Sep 8 15:38:54 2006 UTC
Modified files:
/functable update.all
Log:
automatic commit of version tag files
http://cvs.php.net/viewvc.cgi/functable/update.all?r1=1.16&r2=1.17&diff_format=u
Index: functable/update.all
diff -u functable/update.all:1.16 functable/update.all:1.17
--- functable/update.all:1.16 Fri Sep 8 12:50:41 2006
+++ functable/update.all Fri Sep 8 15:38:54 2006
@@ -31,6 +31,7 @@
(cd php_head && cvs log buildconf | egrep 'php_[0-9]_[0-9]_[0-9]+:' | sed -e"s/:.*//" -e's/\t//' | sort -n > ../cvslog)
grep php_4 cvslog > ../version4.tags
grep php_5 cvslog > ../version5.tags
+ (cd .. && cvs ci -m "automatic version tag updates" version*.tags)
echo adding latest RC
(cd php_head && cvs log buildconf | grep "php_.*RC" | head -1 | sed -e"s/:.*//" -e's/\t//' | >> ../../version5.tags)