From 989d0a516c2af2fbe6952796015770b708905f7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Apr 2016 17:53:20 +0200 Subject: checkpkgist: use rpmname (unique) as index as pkgname is not unique --- get | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'get') diff --git a/get b/get index 8c3eab5..c2ed34a 100755 --- a/get +++ b/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 -- cgit