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

Debian Wiki debian-www at lists.debian.org
Tue Sep 2 09:06:48 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:
list all packages that contains the executables used in the examples

------------------------------------------------------------------------------
  
  ----
  
+ The programs that are referred to in the following paragraphs are contained in the Debian packages:
+ [http://packages.debian.org/git-core git-core]
+ [http://packages.debian.org/git-buildpackage git-buildpackage]
+ [http://packages.debian.org/git-svn git-svn]
+ [http://packages.debian.org/pristine-tar pristine-tar]
+ 
  [[Anchor(AccessingRepositories)]]
  == Accessing repositories ==
  
@@ -19, +25 @@

  {{{
  git clone ssh://<alioth-login>@git.debian.org/git/pkg-boinc/<package>.git
  }}}
- the git executable is distributed with the Debian package 'git-core'. <package> is one of 'boinc', 'boinc-app-seti' and 'kboincspy' as inspectable via [http://git.debian.org].
+ where <package> is one of 'boinc', 'boinc-app-seti' and 'kboincspy' as inspectable via [http://git.debian.org].
  
  If you do not have an Alioth account, you can check out the repositories read-only:
  {{{
@@ -49, +55 @@

  
  Building packages with `git-buildpackage` is now as easy as running:
  {{{
- git-buildpackage --git-pristine-tar
+ git buildpackage --git-pristine-tar
  }}}
  or if you already have the `.orig.tar.gz` tarball in ''<path/to/tarballs/>'':
  {{{
- 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