summaryrefslogtreecommitdiffstats
path: root/checkpkgist/get
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-23 13:27:35 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-23 13:27:35 +0100
commitab6509f1cf430963a41d77cc4c4705c7ac8c5a2b (patch)
treee62d973c13b6ae505338358aa53b3666b4a27a68 /checkpkgist/get
parentd5a3ce25bd8422869b0dd9baf961307db83f255b (diff)
tools/checkpkgist moved to git.remirepo.net
Diffstat (limited to 'checkpkgist/get')
-rwxr-xr-xcheckpkgist/get10
1 files changed, 0 insertions, 10 deletions
diff --git a/checkpkgist/get b/checkpkgist/get
deleted file mode 100755
index c2ed34a..0000000
--- a/checkpkgist/get
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-mv rpmphp.json.prev /tmp
-if wget 'http://rpms.famillecollet.com/rpmphp/get.php?table=packagist2' -O rpmphp.json.new
-then
- mv rpmphp.json rpmphp.json.prev && \
- mv rpmphp.json.new rpmphp.json && \
- echo done
- colordiff rpmphp.json.prev rpmphp.json
-fi