# HG changeset patch # User Florian Zeitz # Date 1367972814 -7200 # Node ID 8f290d50087f7fa8d95930474d8e9c68daba94b9 # Parent 197af8440ffbbeede427b32fc8172e36150a3d82 mod_admin_web: Update URL for adhoc.js diff -r 197af8440ffb -r 8f290d50087f mod_admin_web/admin_web/get_deps.sh --- 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