X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=7f9b11b1d251eaa93f94b181d5c3d6e9da78293d;hp=a1ecae231bc93551ece4649bec8f51f2608b34c5;hb=a673b209d66f55c3d45e49418d57d20f0924aebd;hpb=132409161b86427b3b5461daf57c2fe1be076138 diff --git a/src/Makefile b/src/Makefile index a1ecae2..7f9b11b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -50,7 +50,7 @@ $(DEST)/mkws-complete.js: Makefile $(INSTALLED_DOWNLOADABLE) $(DEST)/mkws.js echo " Licence: LGPL, http://www.indexdata.com/licences/lgpl"; \ echo " created at: $$(date)"; \ echo " MKWS GIT id: $$(git show | head -n 1 | perl -npe 's,\S+\s+,,')"; \ - echo " pz2.js GIT id: $$(curl -sSf 'http://git.indexdata.com/?p=pazpar2.git;a=rss' | egrep ',')"; \ + echo " pz2.js GIT id: $$(curl -sSf 'https://github.com/indexdata/pazpar2' | egrep '"commit-tease-sha"' | perl -ne 'print "$$1\n" if m,href=".*/([0-9a-f]+)",')"; \ echo "*/"; \ cat $(DEST)/${JQUERY_FILE}; \ cat $(DEST)/${JQUERY_JSON_FILE}; \