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

Debian Wiki debian-www at lists.debian.org
Thu Aug 28 13:19:21 UTC 2008


Dear Wiki user,

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

The following page has been changed by FrankThomas:
http://wiki.debian.org/BOINC/Development/GitUsage

The comment on the change is:
added anchors

------------------------------------------------------------------------------
  
  ----
  
+ [[Anchor(AccessingRepositories)]]
  == Accessing repositories ==
  
  Check out the source of package ''<package>'' with:
@@ -25, +26 @@

  git clone git://git.debian.org/git/pkg-boinc/<package>.git
  }}}
  
+ [[Anchor(RegeneratingTarballs)]]
  == Regenerating upstream tarballs ==
  
  Upstream `.orig.tar.gz` tarballs can be regenerated with the `pristine-tar` tool directly from the repositories. To do so create a local `pristine-tar` branch from the remote `origin/pristine-tar` branch first:
@@ -42, +44 @@

  git ls-tree pristine-tar
  }}}
  
+ [[Anchor(BuildingPackages)]]
  == Building packages ==
  
  Building packages with `git-buildpackage` is now as easy as running:
@@ -53, +56 @@

  git-buildpackage --git-tarball-dir=<path/to/tarballs/>
  }}}
  
+ [[Anchor(TrackingUpstream)]]
  == Tracking upstream development ==
  
  With `git-svn` upstream development can be directly tracked in your Git repository. For example if you are in the `boinc` repository, run the following command to clone BOINC's `trunk` from upstream's Subversion repository into your Git repository:



More information about the pkg-boinc-commits mailing list