mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 13:24:24 +00:00
come back in the home dir after upload
This commit is contained in:
parent
734a4ec526
commit
fb32ecd53e
@ -206,7 +206,7 @@ new binaries, then you can just go ahead and directly dput the source package.
|
||||
|
||||
If you want to build and test it, run:
|
||||
|
||||
cd build && ./build.sh $CRATE && dput ${DEBSRC}_${DEBVER}_source.changes && git checkout - && git merge -
|
||||
cd build && ./build.sh $CRATE && dput ${DEBSRC}_${DEBVER}_source.changes && git checkout - && git merge - && cd -
|
||||
|
||||
For your reference, this source package builds $(echo "$upload_bin_packages" | wc -l) binary package(s):
|
||||
$upload_bin_packages
|
||||
|
Loading…
Reference in New Issue
Block a user