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

Debian Wiki debian-www at lists.debian.org
Sat Mar 19 16:23:07 UTC 2011


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=36&rev2=37

  <<Anchor(AccessingRepositories)>>
  
  == Accessing repositories ==
+ 
+ ==== The traditional (still working) way to do it ====
+ 
  Check out the source of package ''<package>'' with:
  {{{
  git clone ssh://<alioth-login>@git.debian.org/git/pkg-boinc/<package>.git
@@ -94, +97 @@

  cd boinc
  git checkout -b upstream origin/upstream
  }}}
+ 
+ ==== git-buildpackge comes with helping macros ====
+ 
+ We will (optionally) be using git-buildpackage to build packages. That tool also helps with the initial setup o of it all: {{{
+ gbp-clone ssh://<alioth-login>@git.debian.org/git/pkg-boinc/<package>.git
+ }}}
+ is a one line version of the prior manual creation of the Debian-associated packages. (Many thanks go to Guido for pointing this out.)
  
  == Upstream ==
  



More information about the pkg-boinc-commits mailing list