diff mod_admin_web/admin_web/get_deps.sh @ 1000:8f290d50087f

mod_admin_web: Update URL for adhoc.js
author Florian Zeitz <florob@babelmonkeys.de>
date Wed, 08 May 2013 02:26:54 +0200
parents af06e69c807a
children 7cba8be42d9e
line wrap: on
line diff
--- a/mod_admin_web/admin_web/get_deps.sh	Tue May 07 10:33:49 2013 +0100
+++ b/mod_admin_web/admin_web/get_deps.sh	Wed May 08 02:26:54 2013 +0200
@@ -10,7 +10,7 @@
 wget http://code.jquery.com/jquery-$JQUERY_VERSION.min.js
 
 rm -f adhoc.js
-wget -O adhoc.js "http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js?id=$ADHOC_COMMITISH"
+wget -O adhoc.js "http://git.babelmonkeys.de/?p=adhocweb.git;a=blob_plain;f=js/adhoc.js;hb=$ADHOC_COMMITISH"
 
 rm -f strophe.min.js
 wget https://github.com/downloads/metajack/strophejs/strophejs-$STROPHE_VERSION.tar.gz && tar xzf strophejs-$STROPHE_VERSION.tar.gz strophejs-$STROPHE_VERSION/strophe.min.js --strip-components=1 && rm strophejs-$STROPHE_VERSION.tar.gz