com web/doc: Pseudocron tasks cleanup: cron/daily/entities cron/daily/gen_translation_info cron/daily/notes_stats cron/daily/rfcsystem cron/hourly/generateapidocs cron/we ekly/checkent cron/weekly/meta_info cron/weekly/orphan_ notes
[email protected] Sat, 22 Mar 2014 06:01:43 +0000
Newsgroups
php.doc.web
Message-ID
<[email protected] >
Commit: 64a53c0aea42e5e9ec52cb37a6982009bd31d1eb
Author: Sobak <[email protected] > Sat, 22 Mar 2014 07:01:43 +0100
Parents: f28ad04bd36b5d6d07f05686850689192a192afa
Branches: master
Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=64a53c0aea42e5e9ec52cb37a6982009bd31d1eb
Log:
Pseudocron tasks cleanup
Changed paths:
D cron/daily/entities
D cron/daily/gen_translation_info
D cron/daily/notes_stats
D cron/daily/rfcsystem
D cron/hourly/generateapidocs
D cron/weekly/checkent
D cron/weekly/meta_info
D cron/weekly/orphan_notes
Diff:
diff --git a/cron/daily/entities b/cron/daily/entities
deleted file mode 100755
index cdd07f2..0000000
--- a/cron/daily/entities
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${SCRIPTSDIR}
-${PHP} grab_livedocs_db.php
diff --git a/cron/daily/gen_translation_info b/cron/daily/gen_translation_info
deleted file mode 100755
index 0b44fe5..0000000
--- a/cron/daily/gen_translation_info
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${SCRIPTSDIR}
-
-./gen_translation_info.sh
\ No newline at end of file
diff --git a/cron/daily/notes_stats b/cron/daily/notes_stats
deleted file mode 100755
index 47f1aa6..0000000
--- a/cron/daily/notes_stats
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${SCRIPTSDIR}
-${PHP} notes_stats.php
diff --git a/cron/daily/rfcsystem b/cron/daily/rfcsystem
deleted file mode 100755
index 29654fc..0000000
--- a/cron/daily/rfcsystem
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${DOCWEB}
-${PHP} ./include/rfc/rfc-cron.php
diff --git a/cron/hourly/generateapidocs b/cron/hourly/generateapidocs
deleted file mode 100755
index 52fbf16..0000000
--- a/cron/hourly/generateapidocs
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-# Generate apidocs for docweb
-#/home/jacques/public_html/phpdoc/phpdoc -d /home/pure-ftpd-users/php001/docs.php.mirrors.powertrip.co.za/include/ -dn 'docweb' -ti 'docweb' -pp -q -s -t /home/pure-ftpd-users/php001/docs.php.mirrors.powertrip.co.za/www/apidoc/ -o HTML:Smarty:PHP
diff --git a/cron/weekly/checkent b/cron/weekly/checkent
deleted file mode 100755
index 03a68ee..0000000
--- a/cron/weekly/checkent
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-export NUMFORKS=10
-
-cd ${SCRIPTSDIR}
-${PHP} checkent.php phpdoc
-${PHP} checkent.php peardoc
-${PHP} checkent.php gtk
diff --git a/cron/weekly/meta_info b/cron/weekly/meta_info
deleted file mode 100755
index bca92bf..0000000
--- a/cron/weekly/meta_info
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${SCRIPTSDIR}
-${PHP} gen_function_aliases.php
-${PHP} gen_missing_examples.php
-${PHP} gen_undocumented_functions.php
diff --git a/cron/weekly/orphan_notes b/cron/weekly/orphan_notes
deleted file mode 100755
index caa6cdb..0000000
--- a/cron/weekly/orphan_notes
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-. `dirname $0`/../../build-ops
-
-cd ${CVSDIR}
-rsync -avzC --timeout=600 --delete --delete-after rsync.php.net::phpweb phpweb --include='manual/en/**' --include='manual/en/' --include='backend/notes/' --include='backend/notes/**' --exclude='distributions/**' --exclude='extra/**' --exclude='manual/**' --exclude='images/**' --exclude='backend/**' --exclude='bin/**' --exclude='error/**' --exclude='include/**' --exclude='styles/**' --exclude='stats/**' --exclude='pear/**' --exclude='license/**'
-
-cd ${SCRIPTSDIR}
-${PHP} orphan_notes.php > ${DOCWEB}/www/orphan_notes.php