Skip to content

Commit

Permalink
resign build debs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Dec 27, 2022
1 parent 1656bbb commit 9224ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ppa-wip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ EOF
cd "${rep}"
pdebuild --buildresult .. --auto-debsign --debsign-k 744d959e10f5ad73f9cf17cc1d150536980033d5 -- --basetgz /var/cache/pbuilder/${ref}-${rep}.tgz --source-only-changes
sed -i '/\.buildinfo$/d' ../clingo_${VERSION}_source.changes
debsign --no-re-sign -k744d959e10f5ad73f9cf17cc1d150536980033d5 ../clingo_${VERSION}_source.changes
debsign --re-sign -k744d959e10f5ad73f9cf17cc1d150536980033d5 ../clingo_${VERSION}_source.changes
)
;;
put)
Expand Down

0 comments on commit 9224ae7

Please sign in to comment.