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:
parent
512ccbd042
commit
b8c8b2ec55
@ -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
|
||||
|
@ -9,6 +9,7 @@
|
||||
*default delete
|
||||
*default use-rel-suffix
|
||||
*default compress
|
||||
#*default umask=002
|
||||
|
||||
*default tag=CURRENT
|
||||
community
|
||||
|
@ -9,6 +9,7 @@
|
||||
*default delete
|
||||
*default use-rel-suffix
|
||||
*default compress
|
||||
#*default umask=002
|
||||
|
||||
*default tag=CURRENT
|
||||
extra
|
||||
|
@ -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
|
||||
|
@ -9,6 +9,7 @@
|
||||
*default delete
|
||||
*default use-rel-suffix
|
||||
*default compress
|
||||
#*default umask=002
|
||||
|
||||
*default tag=CURRENT
|
||||
unstable
|
||||
|
Loading…
Reference in New Issue
Block a user