diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-21 17:53:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-21 17:53:20 +0200 |
commit | 04953df202d491797ea6bd4122bc34f94cf7cc97 (patch) | |
tree | 9cdfb04087460ccdd81dd8f9df0cb8dcdae726b2 /checkpkgist/get | |
parent | 5df72908628ee3bc3357cbd94f36c39a65afc005 (diff) |
checkpkgist: use rpmname (unique) as index as pkgname is not unique
Diffstat (limited to 'checkpkgist/get')
-rwxr-xr-x | checkpkgist/get | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checkpkgist/get b/checkpkgist/get index 8c3eab5..c2ed34a 100755 --- a/checkpkgist/get +++ b/checkpkgist/get @@ -1,10 +1,10 @@ #!/bin/sh mv rpmphp.json.prev /tmp -if wget 'http://rpms.famillecollet.com/rpmphp/get.php?table=packagist' -O rpmphp.json.new +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
\ No newline at end of file +fi |