Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=1765ba2ebe2ca807134477d567d06bb821d56026

commit 1765ba2ebe2ca807134477d567d06bb821d56026
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Tue Jan 25 16:19:24 2011 +0100

docs/repos: explain setting up ~/.repoman.conf on the server

diff --git a/docs/repos.txt b/docs/repos.txt
index 35a8756..a08af9d 100644
--- a/docs/repos.txt
+++ b/docs/repos.txt
@@ -87,6 +87,28 @@ One thing that a hook won't do for you is to allow pushing 
to the master branch,
git config receive.denyCurrentBranch ignore
----

+== Setting up server configuration for a WIP repo
+
+When you run repoman, it invokes `repoman server` on the remote machine
+using ssh. `repoman server`, just like plain repoman, reads configuration
+from `/etc/repoman.conf` and `$HOME/.repoman.conf`, so you need to set
+up the later before you can push packages to your WIP repo.
+
+Here is a minimal example:
+
+----
+fst_root=/home/nick/git
+repos=('current' 'mywiprepo')
+----
+
+And then you have to symlink the repos to `$HOME/git`, for example:
+
+----
+cd $HOME/git
+ln -s /pub/frugalware/frugalware-current current
+ln -s /pub/other/people/nick/nicktesting/ nicktesting
+----
+
== Enabling syncpkgd support for a WIP repo

If you create a new WIP repo, syncpkgd won't sync packages in it by default.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to