jekyll config update, tweaked deb/gh scripts
This commit is contained in:
parent
2ed723dfc2
commit
7df2e8af97
|
@ -4,8 +4,8 @@ root: /Solaar/
|
|||
owner: pwr
|
||||
owner_url: https://github.com/pwr
|
||||
repository: https://github.com/pwr/Solaar
|
||||
version: 0.8.9
|
||||
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.tar.gz
|
||||
version: 0.8.9.1
|
||||
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.1.tar.gz
|
||||
ga_id: UA-36908718-1
|
||||
|
||||
pygments: true
|
||||
|
|
|
@ -62,3 +62,4 @@ mkdir -p "$DIST"
|
|||
cp -a -t "$DIST" ../solaar_$VERSION*
|
||||
cp -a -t "$DIST" ../solaar-*_$VERSION* || true
|
||||
cd "$DIST"
|
||||
cp -av -t ../../../packages/ * || true
|
||||
|
|
|
@ -77,6 +77,7 @@ cp -up "$SELF/dist/debian"/solaar-gnome3_* "$SITE/../packages/"
|
|||
if test -x /usr/bin/dpkg-scanpackages; then
|
||||
cd "$SITE/../packages/"
|
||||
dpkg-scanpackages -m . > Packages
|
||||
dpkg-scansources . > Sources
|
||||
add_md docs/debian-repo.md packages/index.md
|
||||
cd -
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue