gh_pages build script updated

This commit is contained in:
Daniel Pavel 2013-06-17 16:48:04 +02:00
parent 0ae58a3346
commit 2d6fab6e14
2 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,8 @@ root: /Solaar/
owner: pwr owner: pwr
owner_url: https://github.com/pwr owner_url: https://github.com/pwr
repository: https://github.com/pwr/Solaar repository: https://github.com/pwr/Solaar
version: 0.8.9.2 version: 0.8.9.4
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.2.tar.gz tar_download: https://github.com/pwr/Solaar/archive/0.8.9.4.tar.gz
ga_id: UA-36908718-1 ga_id: UA-36908718-1
pygments: true pygments: true

View File

@ -76,6 +76,7 @@ cp -up "$SELF/dist/debian"/solaar_* "$SITE/../packages/"
cp -up "$SELF/dist/debian"/solaar-gnome3_* "$SITE/../packages/" cp -up "$SELF/dist/debian"/solaar-gnome3_* "$SITE/../packages/"
if test -x /usr/bin/dpkg-scanpackages; then if test -x /usr/bin/dpkg-scanpackages; then
cd "$SITE/../packages/" cd "$SITE/../packages/"
rm -f *.build
dpkg-scanpackages -m . > Packages dpkg-scanpackages -m . > Packages
dpkg-scansources . > Sources dpkg-scansources . > Sources
add_md docs/debian-repo.md packages/index.md add_md docs/debian-repo.md packages/index.md