gh_pages build script updated
This commit is contained in:
parent
0ae58a3346
commit
2d6fab6e14
|
@ -4,8 +4,8 @@ root: /Solaar/
|
|||
owner: pwr
|
||||
owner_url: https://github.com/pwr
|
||||
repository: https://github.com/pwr/Solaar
|
||||
version: 0.8.9.2
|
||||
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.2.tar.gz
|
||||
version: 0.8.9.4
|
||||
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.4.tar.gz
|
||||
ga_id: UA-36908718-1
|
||||
|
||||
pygments: true
|
||||
|
|
|
@ -76,6 +76,7 @@ cp -up "$SELF/dist/debian"/solaar_* "$SITE/../packages/"
|
|||
cp -up "$SELF/dist/debian"/solaar-gnome3_* "$SITE/../packages/"
|
||||
if test -x /usr/bin/dpkg-scanpackages; then
|
||||
cd "$SITE/../packages/"
|
||||
rm -f *.build
|
||||
dpkg-scanpackages -m . > Packages
|
||||
dpkg-scansources . > Sources
|
||||
add_md docs/debian-repo.md packages/index.md
|
||||
|
|
Loading…
Reference in New Issue