diff options
author | Richard Hughes <richard@hughsie.com> | 2014-07-11 09:02:24 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-07-11 11:25:39 +0100 |
commit | 044f7b74be9746c0b2f36c5a4ecc921697e11e08 (patch) | |
tree | acb6addf2dc883b908c36659981c3471791edd54 /contrib | |
parent | bad76fb07a4fe946aff70cf36b87b3959c6b4fe5 (diff) | |
download | appstream-glib-044f7b74be9746c0b2f36c5a4ecc921697e11e08.tar.gz |
trivial: Update the Fedora helper scripts
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/packages/fedora-download-cache.py | 2 | ||||
-rwxr-xr-x | contrib/screenshots/fedora-21/upload-screenshots.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/packages/fedora-download-cache.py b/contrib/packages/fedora-download-cache.py index cf555ba..c29d839 100755 --- a/contrib/packages/fedora-download-cache.py +++ b/contrib/packages/fedora-download-cache.py @@ -100,7 +100,7 @@ def ensure_pkg_exists(yb, existing, pkg): # is in cache? path = './packages/' + relativepath if os.path.exists(path) and os.path.getsize(path) == int(pkg.returnSimple('packagesize')): - print("INFO: %s up to date" % pkg.nvra) + #print("INFO: %s up to date" % pkg.nvra) return # make sure the metadata exists diff --git a/contrib/screenshots/fedora-21/upload-screenshots.sh b/contrib/screenshots/fedora-21/upload-screenshots.sh index 58b5f85..5598a3a 100755 --- a/contrib/screenshots/fedora-21/upload-screenshots.sh +++ b/contrib/screenshots/fedora-21/upload-screenshots.sh @@ -4,5 +4,5 @@ chmod a+rx 752x423 chmod a+rx source chmod a+r */*.png chmod a+r *.html -rsync -av --progress 112x63 624x351 752x423 status.html applications-to-import.yaml \ +rsync -av --progress 112x63 624x351 752x423 *.html applications-to-import.yaml \ rhughes@secondary01.fedoraproject.org:/srv/pub/alt/screenshots/f21/ |