Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d5ca799ab807e96b670717c5bee7cc01db37f8d3
commit d5ca799ab807e96b670717c5bee7cc01db37f8d3 Author: Miklos Vajna <[email protected]> Date: Thu Sep 24 00:42:30 2009 +0200 docs/repos: don't suggest pushing to a repo before enabling hooks diff --git a/docs/repos.txt b/docs/repos.txt index 0e00794..ed4fcec 100644 --- a/docs/repos.txt +++ b/docs/repos.txt @@ -14,7 +14,8 @@ ftp server (/home/ftp). To prevent further problems, always use the server name First decide if it's a personal repository or a team one. For example if you create a repository to update to a newer python version, then you will probably do all the work, create it under `/pub/other/people/nick/reponame`. -Simply create a dir, issue `git init` and push at least one commit to there. +Simply create a dir, issue `git init` and push at least one commit to +there (but before pushing, enable the hooks, see below). Now anyone can `git clone` it, using a 'full mirror', for example `ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/`. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
