jekyll config update, tweaked deb/gh scripts

This commit is contained in:
Daniel Pavel 2013-06-05 13:20:05 +02:00
parent 2ed723dfc2
commit 7df2e8af97
3 changed files with 4 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 version: 0.8.9.1
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.tar.gz tar_download: https://github.com/pwr/Solaar/archive/0.8.9.1.tar.gz
ga_id: UA-36908718-1 ga_id: UA-36908718-1
pygments: true pygments: true

View File

@ -62,3 +62,4 @@ mkdir -p "$DIST"
cp -a -t "$DIST" ../solaar_$VERSION* cp -a -t "$DIST" ../solaar_$VERSION*
cp -a -t "$DIST" ../solaar-*_$VERSION* || true cp -a -t "$DIST" ../solaar-*_$VERSION* || true
cd "$DIST" cd "$DIST"
cp -av -t ../../../packages/ * || true

View File

@ -77,6 +77,7 @@ 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/"
dpkg-scanpackages -m . > Packages dpkg-scanpackages -m . > Packages
dpkg-scansources . > Sources
add_md docs/debian-repo.md packages/index.md add_md docs/debian-repo.md packages/index.md
cd - cd -
fi fi