GPG guide/Repository and Publishing

From LibrePlanet
< GPG guide
Revision as of 17:08, 22 May 2014 by Lisam (talk | contribs) (Created page with "== Checkout Out Project == The repository can be checked out via the following command: <code>git clone git@vcs.fsf.org:enc.git --recursive</code> '''NOTE:''' The ''--recursive...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Checkout Out Project

The repository can be checked out via the following command: git clone git@vcs.fsf.org:enc.git --recursive

NOTE: The --recursive option will checkout this projects submodule, which for this project is used for commiting static content into static.fsf.org. If you forget the --recursive option, you can get the submodule later with the following command: git submodule update --init

The Hooks

The repository has the following hooks:

  • vcs.fsf.org:enc.git
* When master is pushed to, http://enc-dev0.fsf.org is updated.
  • vcs.fsf.org:enc-static.git (a submodule of the vcs.fsf.org:enc.git, it is found in the static/ directory of its parent repository).
* When master is pushed to, http://static.fsf.org/nosvn/enc/enc-dev0