diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-02 13:31:17 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-02 14:12:49 -0500 |
commit | f0f010772d651e09f957f9b47057e81e7737ad45 (patch) | |
tree | 912fb2eb8145c33c92403ab7032ad20d03294f73 /libretools.conf | |
parent | af74e1a5884a23e29289c661c74fadbf72d794e7 (diff) |
fullpkg shows guessed dir
libretools.conf has reordered repos before community
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index 4badc5c..c4ac606 100644 --- a/libretools.conf +++ b/libretools.conf @@ -10,7 +10,7 @@ WORKDIR=/home/$USER/packages # Tip: As early repos take precedence on $REPOS loops, you can use this as # inverted order of precedence. Put testing repos first so fullpkg find new # PKGBUILDs first, for instance. -REPOS=('libre' 'libre-testing' 'core' 'community' 'extra' 'social' 'sugar') +REPOS=('core' 'extra' 'community' 'libre' 'libre-testing' 'social' 'sugar') # The architectures ARCHES=('i686' 'x86_64' 'mips64el' 'any') |