1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

* Updated all the supfiles for consistancy, and added a commented out line

to set the umask that some people may find helpful with an 'abs' group (but
  it isn't enabled by default).
This commit is contained in:
Dan McGee 2007-02-27 15:53:14 +00:00
parent 512ccbd042
commit b8c8b2ec55
5 changed files with 9 additions and 11 deletions

View File

@ -1,21 +1,15 @@
#
# /etc/abs/supfile
# /etc/abs/supfile.arch
#
# this is the host containing the master ABS files
# this is the host containing the current PKGBUILD files
*default host=cvs.archlinux.org
*default release=cvs
*default delete
*default use-rel-suffix
*default compress
#*default umask=002
#
# Set tag equal to the package tree you wish to follow. CURRENT and
# STABLE are the most commonly used, but you can specify specific
# versions or tag names. Examples are RELEASE_0_2, VEGA, RELEASE_0_3,
# FIREFLY, etc.
#
*default tag=CURRENT
arch

View File

@ -9,6 +9,7 @@
*default delete
*default use-rel-suffix
*default compress
#*default umask=002
*default tag=CURRENT
community

View File

@ -9,6 +9,7 @@
*default delete
*default use-rel-suffix
*default compress
#*default umask=002
*default tag=CURRENT
extra

View File

@ -2,14 +2,15 @@
# /etc/abs/supfile.testing
#
# this is the host containing the master ABS files
# this is the host containing the testing PKGBUILD files
*default host=cvs.archlinux.org
*default release=cvs
*default delete
*default use-rel-suffix
*default compress
*default tag=TESTING
#*default umask=002
*default tag=TESTING
arch
extra

View File

@ -9,6 +9,7 @@
*default delete
*default use-rel-suffix
*default compress
#*default umask=002
*default tag=CURRENT
unstable