[ckan-changes] commit/ckanext-dgu: dread: [requires]: More recent version of ckan 1.4.3beta.

Bitbucket commits-noreply at bitbucket.org
Fri Aug 5 11:39:25 UTC 2011


1 new changeset in ckanext-dgu:

http://bitbucket.org/okfn/ckanext-dgu/changeset/ffc3b65e9bf9/
changeset:   ffc3b65e9bf9
user:        dread
date:        2011-08-05 13:39:06
summary:     [requires]: More recent version of ckan 1.4.3beta.
affected #:  2 files (220 bytes)

--- a/package/usr/bin/ckan-dgu-install	Fri Jul 29 16:21:53 2011 +0100
+++ b/package/usr/bin/ckan-dgu-install	Fri Aug 05 12:39:06 2011 +0100
@@ -96,7 +96,7 @@
 ckan_create_config_file ${INSTANCE} ${CKAN_DB_PASSWORD}
 # Now that the file exists, make some customisations
     cat <<EOF >> /etc/ckan/${INSTANCE}/${INSTANCE}.ini
-ckan.qa_downloads = /var/lib/ckan/${INSTANCE}/qa/download
+ckan.qa_archive = /var/lib/ckan/${INSTANCE}/qa/download
 dgu.xmlrpc_username = CKAN_API
 dgu.xmlrpc_password = ${DRUPAL_XMLRPC_PASSWORD} 
 dgu.xmlrpc_domain = ${DRUPAL_XMLRPC_DOMAIN}
@@ -203,8 +203,10 @@
 */10              *  *   *   *   /etc/init.d/dgu_harvest_fetch start
 # Then run the harvester 1 minute after any fetch or gather restart
 # 1,11,21,31,41,51  *  *   *   *   paster --plugin=ckanext-harvest harvester run --config=/etc/ckan/dgu/dgu.ini
-# Update the package 5 star scores once a month
-# 0                 0  1   *   *   paster --plugin=ckanext-qa package-scores update --config=/etc/ckan/dgu/dgu.ini
+# Update the package 5 star scores
+0         20  1,5,9,13,17,21,25,29   *   *   paster --plugin=ckanext-qa archive update --config=/etc/ckan/dgu/dgu.ini
+0         20  1,5,9,13,17,21,25,29   *   *   paster --plugin=ckanext-qa qa update --config=/etc/ckan/dgu/dgu.ini
+#0         20  1,5,9,13,17,21,25,29   *   *   paster --plugin=ckanext-qa process update --config=/etc/ckan/dgu/dgu.ini
 EOF
 crontab -u ckan${INSTANCE} ${PACKAGED_CRONJOB}
 


--- a/requires/lucid_missing.txt	Fri Jul 29 16:21:53 2011 +0100
+++ b/requires/lucid_missing.txt	Fri Aug 05 12:39:06 2011 +0100
@@ -1,5 +1,5 @@
 # CKAN itself
--e hg+https://bitbucket.org/okfn/ckan@42bf62a5539b#egg=ckan
+-e hg+https://bitbucket.org/okfn/ckan@e08dd04980e2#egg=ckan
 # ApacheMiddleware
 -e hg+https://hg.3aims.com/public/ApacheMiddleware@c5ab5c3169a5#egg=apachemiddleware
 # ckanext-csw

Repository URL: https://bitbucket.org/okfn/ckanext-dgu/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list