Changes
Page history
Add sbuild commands
authored
Mar 16, 2022
by
Pierre-Louis Bonicoli
Show whitespace changes
Inline
Side-by-side
home.md
View page @
67c623ce
...
...
@@ -11,7 +11,11 @@
gbp:info: Replacing upstream source on 'master'
gbp:info: Successfully imported version 0.9.2 of ../bip_0.9.2.orig.tar.gz
```
1.
Run Lintian in order to test your changes, for example using
`sbuild`
.
1.
Run Lintian in order to test your changes, for example using
`sbuild`
as non-root user:
```
$ sbuild-createchroot --chroot-mode=unshare --chroot-suffix=-sbuild-dev --make-sbuild-tarball ~/.cache/sbuild/unstable-amd64.tar.gz unstable `mktemp -d` http://deb.debian.org/debian/
$ sbuild --chroot-mode=unshare -c unstable-amd64 .
```
1.
If the previous test is successful, push the
`master`
branch.
1.
__If there is a new upstream release__, push
`pristine-tar`
and
`upstream`
branches too.
1.
Check the
[
CI state
](
https://salsa.debian.org/debian/bip/-/pipelines
)
...
...
...
...