summaryrefslogtreecommitdiff
path: root/src/etc/xbs.cfg
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 23:56:52 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 23:56:52 -0300
commit4d3d02e6f897c65430bd8e627212e175d36160e6 (patch)
treeaaa126c139288065c91458a8211e94685e143226 /src/etc/xbs.cfg
parent1f4ca6282b1f35bc8dee1d6d3c24ed2b6c75e82f (diff)
adapting for 'Software Development Distributions'
Diffstat (limited to 'src/etc/xbs.cfg')
-rw-r--r--src/etc/xbs.cfg11
1 files changed, 2 insertions, 9 deletions
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"