Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=9fdf2ff205e715c036911e284dff1a18bde4b561

commit 9fdf2ff205e715c036911e284dff1a18bde4b561
Author: Janny <[EMAIL PROTECTED]>
Date:   Sun Jan 27 21:13:26 2008 +0100

fwlive-i686
* add tetsing repo correct fdb name

diff --git a/Makefile b/Makefile
index a11f07f..bc13316 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,8 @@ check-tree:
for i in `echo ${TREE}|sed 's/,/ /g'`; do \
repo=$$(eval "echo \$${$${i}_fdb/.fdb}"); \
[ -z "$$repo" ] && repo="$$i"; \
-               echo "[frugalware-$$repo]" >> ${PACCONF}; \
+               [ ${TREE} == testing ] && echo "[frugalware-current]" >> 
${PACCONF}; \
+               [ ${TREE} == current ] || [ ${TREE} == stable ]  && echo 
"[frugalware-$$repo]" >> ${PACCONF}; \
echo "Server = 
http://ftp.frugalware.org/pub/frugalware/frugalware-$$repo/frugalware-i686"; >> 
${PACCONF}; \
done

diff --git a/config b/config
index 655bdba..37907ab 100644
--- a/config
+++ b/config
@@ -6,7 +6,7 @@
# repos to be included in the chroot. probably you want "current" or "stable".
# use a come-separated list if you want to list multiple repos. the first one
# takes precedence
-TREE = current
+TREE = testing

# default language, in an xx_YY form
FWLLLANG = en_US
@@ -24,7 +24,7 @@ FWLFONT = lat2-16.psfu.gz
# * SERVER
# * MIN - comfortable console workstation
# * MUSTHAVE - minimalistic one, base of all profiles
-APPSGROUP = MUSTHAVE
+APPSGROUP = FULL

# grub title part 1
FWLSREL = FWLive-${APPSGROUP}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to