mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Trying a different strategy to sign the package files
This commit is contained in:
parent
88c03a5858
commit
ebaae773f6
1 changed files with 12 additions and 3 deletions
|
@ -77,12 +77,21 @@ for distribution in xenial zesty artful stable; do
|
|||
dpkg-source --build .
|
||||
dpkg-genchanges -S ${origsourceopt} > "../nextcloud-client_${fullver}_source.changes"
|
||||
|
||||
ls -al
|
||||
|
||||
if test -f ~/.has_ppa_keys; then
|
||||
debsign -k7D14AA7B -S
|
||||
fi
|
||||
|
||||
cd ..
|
||||
done
|
||||
|
||||
if test -f ~/.has_ppa_keys; then
|
||||
debsign -k7D14AA7B nextcloud-client_*[0-9.][0-9].dsc nextcloud-client_*[0-9.][0-9]_source.changes
|
||||
fi
|
||||
ls -al
|
||||
|
||||
#if test -f ~/.has_ppa_keys; then
|
||||
# ls -al
|
||||
# debsign -k7D14AA7B -S nextcloud-client_*[0-9.][0-9].dsc nextcloud-client_*[0-9.][0-9]_source.changes
|
||||
#fi
|
||||
|
||||
#if test "${pull_request}" = "master"; then
|
||||
kind=`cat kind`
|
||||
|
|
Loading…
Reference in a new issue