[Debian Wiki] Update of "BOINC/Development/GitUsage" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Tue Mar 27 10:54:04 UTC 2012


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/Development/GitUsage" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/Development/GitUsage?action=diff&rev1=39&rev2=40

Comment:
explaining how to use git-buildpackage with outdated pristine-tar

  
  === Variants for the invocation of git buildpackage ===
  
- The following saves the generation of the orig.tar.gz from upstream. But this is not supported for the latest versions while this is written.
+ The following saves the generation of the orig.tar.gz from upstream. But this is not supported for the latest versions while this is written: {{{
- {{{
- git buildpackage --git-pristine-tar
+ git-buildpackage --git-pristine-tar
  }}}
+ These days, with the pristine-tar branch not in sync but available as a local branch irritating git-buildpackage, run as {{{
+ git-buildpackage --git-upstream-branch
+ }}}
+ which has 'upstream' as the default argument.
  
- If the tarball is not in ".." but elsewhere, set it as in 
+ If the tarball is not in ".." but elsewhere, set it as in {{{
- {{{
- git buildpackage --git-tarball-dir=<path/to/tarballs/>
+ git-buildpackage --git-tarball-dir=<path/to/tarballs/>
  }}}
  
  <<Anchor(TrackingUpstream)>>



More information about the pkg-boinc-commits mailing list