diff options
Diffstat (limited to 'checkpkgist/get')
-rwxr-xr-x | checkpkgist/get | 10 |
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 |