From 4d3d02e6f897c65430bd8e627212e175d36160e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 26 Aug 2015 23:56:52 -0300 Subject: adapting for 'Software Development Distributions' --- src/etc/xbs.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/etc/xbs.cfg') diff --git a/src/etc/xbs.cfg b/src/etc/xbs.cfg index d9797da..f005a76 100644 --- a/src/etc/xbs.cfg +++ b/src/etc/xbs.cfg @@ -1,17 +1,10 @@ #!/bin/bash # [ Native || Derivative ] Distribution Platforms -ND_PLATFORMS=('gnu+linux_nd') # 'gnu+hurd_nd' -DD_PLATFORMS=('gnu+linux_dd' 'gnu+linux-arm_dd') # 'gnu+hurd_dd' +ND_PLATFORMS=('gnu+linux_rolling') # 'gnu+linux_testing' 'gnu+linux_stable' 'gnu+hurd_rolling' 'gnu+hurd_testing' 'gnu+hurd_stable' +DD_PLATFORMS=('gnu+linux_abslibre' 'gnu+linux_abslibre-arm') # 'gnu+hurd_abslibre' PLATFORMS=("${ND_PLATFORMS[@]}" "${DD_PLATFORMS[@]}") -# Software Development Distributions -SDD=('rolling' 'testing' 'stable') - -ROLLING_NAME='rolling' -TESTING_NAME='waterbird-v2' -STABLE_NAME='minicat-v1' - SRV_DIR='/srv' TMP_DIR='/tmp' SHARE_DIR="$(dirname "$(readlink -e "$0")")/share/xbs" -- cgit v1.2.3-2-g168b