Skip to content
Peter Eisentraut edited this page Feb 6, 2014 · 2 revisions

How to keep this repository updated against the Debian sources:

TAG=146  # or whatever

bzr fast-export https://alioth.debian.org/scm/loggerhead/pkg-postgresql/postgresql-common/trunk -b new -r ..tag:$TAG out.fi.gz
gzcat out.fi.gz | git fast-import

git checkout master
git merge --ff-only new
git checkout homebrew
git merge master
git branch -d new
git push origin --all
git push origin --tags
Clone this wiki locally