Changes
Page history
Update home
authored
May 23, 2021
by
Chris Talbot
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
b9e287bb
From a-wai: the workflow I find works fine for me when updating to a new release:
merge latest upstream tag into upstream/latest and push (push the tag also)
merge upstream/latest into debian/latest and push
create a wip branch for updating the package
test-build locally using git-buildpackage (which incidentally also commits the new upstream tarball to pristine-tar)
push pristine-tar and the wip branch
once everything works as expected, merge wip into debian/latest and release
-
merge latest upstream tag into upstream/latest and push (push the tag also)
-
merge upstream/latest into debian/latest and push
-
create a wip branch for updating the package
-
test-build locally using git-buildpackage (which incidentally also commits the new upstream tarball to pristine-tar)
-
push pristine-tar and the wip branch
-
once everything works as expected, merge wip into debian/latest and release
From Devrtz: https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.upstream-git.html
...
...
...
...