Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=9cc4c790bb0f01165d08e6b9fea7f1393fdd7e24

commit 9cc4c790bb0f01165d08e6b9fea7f1393fdd7e24
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Fri Apr 15 13:19:32 2011 +0200

repoman: owner for stable/current is now repo

diff --git a/repoman.d/current b/repoman.d/current
index aeaf3e9..9993f51 100644
--- a/repoman.d/current
+++ b/repoman.d/current
@@ -19,6 +19,6 @@ current_servers=(

# the rest is only for developers who upload packages
# if the server requires sudo usage, the name of the user to execute the 
commands as
-current_sudo="vmiklos"
+current_sudo="repo"
# name of the package database
current_fdb="frugalware-current.fdb"
diff --git a/repoman.d/stable b/repoman.d/stable
index 757cad8..41babfd 100644
--- a/repoman.d/stable
+++ b/repoman.d/stable
@@ -19,6 +19,6 @@ stable_servers=(

# the rest is only for developers who upload packages
# if the server requires sudo usage, the name of the user to execute the 
commands as
-stable_sudo="vmiklos"
+stable_sudo="repo"
# name of the package database
stable_fdb="frugalware.fdb"
diff --git a/repoman.txt b/repoman.txt
index 429624e..e8f4aa7 100644
--- a/repoman.txt
+++ b/repoman.txt
@@ -86,7 +86,7 @@ $ git config branch.master.rebase true
----

Here you should substitute <owner> with the nick of the repo owner, currently
-vmiklos.
+'repo'.

=== Updating the repo

@@ -197,7 +197,7 @@ $ repoman -k push

Will be interactive only in case there is some unrecorded change.

-Usually I (vmiklos) use the following:
+It's recommended to do the following:

----
$ repoman rec
diff --git a/tools/mirrors.py b/tools/mirrors.py
index 2576761..13bb11e 100644
--- a/tools/mirrors.py
+++ b/tools/mirrors.py
@@ -70,7 +70,7 @@ sock.write(""")

# the rest is only for developers who upload packages
# if the server requires sudo usage, the name of the user to execute the 
commands as
-%s_sudo="vmiklos"
+%s_sudo="repo"
# name of the package database
%s_fdb="%s.fdb"
""" % (out, out, repo))
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to