diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-27 16:53:14 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-27 16:53:14 +0100 |
commit | b8c8b2ec5573a795cdd1453dbc265b034953d2fa (patch) | |
tree | d34df0ca777b6d6d290f6908a25d03aa093ac465 /etc | |
parent | 512ccbd0426194dc86d12ee688b7f839721e4a11 (diff) | |
download | pacman-b8c8b2ec5573a795cdd1453dbc265b034953d2fa.tar.gz pacman-b8c8b2ec5573a795cdd1453dbc265b034953d2fa.tar.xz |
* 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).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/abs/supfile.arch | 12 | ||||
-rw-r--r-- | etc/abs/supfile.community | 1 | ||||
-rw-r--r-- | etc/abs/supfile.extra | 1 | ||||
-rw-r--r-- | etc/abs/supfile.testing | 5 | ||||
-rw-r--r-- | etc/abs/supfile.unstable | 1 |
5 files changed, 9 insertions, 11 deletions
diff --git a/etc/abs/supfile.arch b/etc/abs/supfile.arch index 180e24d2..e23a785d 100644 --- a/etc/abs/supfile.arch +++ b/etc/abs/supfile.arch @@ -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 diff --git a/etc/abs/supfile.community b/etc/abs/supfile.community index 9394dc69..87cc3351 100644 --- a/etc/abs/supfile.community +++ b/etc/abs/supfile.community @@ -9,6 +9,7 @@ *default delete *default use-rel-suffix *default compress +#*default umask=002 *default tag=CURRENT community diff --git a/etc/abs/supfile.extra b/etc/abs/supfile.extra index 14fa9793..997027ab 100644 --- a/etc/abs/supfile.extra +++ b/etc/abs/supfile.extra @@ -9,6 +9,7 @@ *default delete *default use-rel-suffix *default compress +#*default umask=002 *default tag=CURRENT extra diff --git a/etc/abs/supfile.testing b/etc/abs/supfile.testing index fec7b506..92c9f2ea 100644 --- a/etc/abs/supfile.testing +++ b/etc/abs/supfile.testing @@ -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 diff --git a/etc/abs/supfile.unstable b/etc/abs/supfile.unstable index 7642bf20..d2c2041c 100644 --- a/etc/abs/supfile.unstable +++ b/etc/abs/supfile.unstable @@ -9,6 +9,7 @@ *default delete *default use-rel-suffix *default compress +#*default umask=002 *default tag=CURRENT unstable |