#
# frugalware-stable repository
#

repos=(${repos[@]} 'stable')

stable_servers=(
"git://github.com/frugalware/frugalware-stable.git"
"git://gitorious.org/frugalware/frugalware-stable.git"
"git://git.utsl.gen.nz/mirror/repo.or.cz/frugalware-stable.git"
"git://repo.or.cz/frugalware-stable.git"
)

# additional servers in case you are behind a firewall where only http
# is allowed:
# http://git.gitorious.org/frugalware/frugalware-stable.git
# http://git.utsl.gen.nz/mirror/repo.or.cz/frugalware-stable.git
# http://repo.or.cz/r/frugalware-stable.git

# 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="repo"
# name of the package database
stable_fdb="frugalware.fdb"
