diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-28 09:25:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-28 09:25:24 +0200 |
commit | e6c73ccbf140010983f230d2c9dcce64a2dce7fc (patch) | |
tree | 927b67fd62de0fadcf6b620a0e5877cded27a6e5 /checkpkgist/get | |
parent | 66d80e5f50bde4b4224b579e5a2f59a74aa58721 (diff) |
checkpkgist: use data retrieved by rpmphp
Diffstat (limited to 'checkpkgist/get')
-rwxr-xr-x | checkpkgist/get | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checkpkgist/get b/checkpkgist/get new file mode 100755 index 0000000..8aebab7 --- /dev/null +++ b/checkpkgist/get @@ -0,0 +1,2 @@ +#!/bin/sh +wget 'http://rpms.famillecollet.com/rpmphp/get.php?table=packagist' -O rpmphp.json |