svn: /web/doc/trunk/cron/ daily/gen_translation_info weekly/gen_translation_info
[email protected] (Philip Olson)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
philip Wed, 16 Feb 2011 22:09:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308404
Log:
Moved gen_translation_info from weekly to daily, as requested by Alexey
Changed paths:
A + web/doc/trunk/cron/daily/gen_translation_info
(from web/doc/trunk/cron/weekly/gen_translation_info:r308403)
D web/doc/trunk/cron/weekly/gen_translation_info
Copied: web/doc/trunk/cron/daily/gen_translation_info (from rev 308403, web/doc/trunk/cron/weekly/gen_translation_info)
===================================================================
--- web/doc/trunk/cron/daily/gen_translation_info (rev 0)
+++ web/doc/trunk/cron/daily/gen_translation_info 2011-02-16 22:09:58 UTC (rev 308404)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+. `dirname $0`/../../build-ops
+
+cd ${SCRIPTSDIR}
+
+./gen_translation_info.sh
\ No newline at end of file
Deleted: web/doc/trunk/cron/weekly/gen_translation_info
===================================================================
--- web/doc/trunk/cron/weekly/gen_translation_info 2011-02-16 21:44:42 UTC (rev 308403)
+++ web/doc/trunk/cron/weekly/gen_translation_info 2011-02-16 22:09:58 UTC (rev 308404)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${SCRIPTSDIR}
-
-./gen_translation_info.sh
\ No newline at end of file