Control: tags -1 patch
Stop
Updated content:
----8<----8<----8<----
Workflow for a new release
export VERSION=0.1.2
uscan --download-version ${VERSION}
# Download should happen ....
gbp import-orig --pristine-tar ../kubernetes_${VERSION}+ds.orig.tar.gz
# branches `upstream` and `pristine-tar` get updated
#
# Verify that patches still apply
## Where are the patches located?
export QUILT_PATCHES=debian/patches
## Some settings for keeping changes small upon updating patches
export QUILT_DIFF_ARGS="-p ab --no-index --no-timestamps"
export QUILT_REFRESH_ARGS="-p ab --no-index --no-timestamps"
export QUILT_DIFF_OPTS="--show-c-function"
## to avoid those environment settings get overwritten
## ( quilt does "source /etc/quilt.quiltrc" in each run )
alias quilt="quilt --quiltrc=/dev/null"
quilt push -a
# expect to get errors that need to be fixed
----8<----8<----8<----
Groeten
Geert Stappers
--
Silence is hard to parse