summaryrefslogtreecommitdiff
path: root/src/etc/dbscripts.d/gnu+linux_add.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/dbscripts.d/gnu+linux_add.cfg')
-rw-r--r--src/etc/dbscripts.d/gnu+linux_add.cfg71
1 files changed, 0 insertions, 71 deletions
diff --git a/src/etc/dbscripts.d/gnu+linux_add.cfg b/src/etc/dbscripts.d/gnu+linux_add.cfg
deleted file mode 100644
index 2cff8f4..0000000
--- a/src/etc/dbscripts.d/gnu+linux_add.cfg
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-# Platform Distribution
-PLATFORM_NAME='GNU/Linux-libre'
-PLATFORM='gnu+linux'
-
-# Multilib Support Archictectures
-MULTILIB_ARCHES=('x86_64')
-
-# Archictectures
-ARCHES=('i686' "${MULTILIB_ARCHES[@]}")
-
-# Main Repositories
-MAIN_REPOS=('libre' 'libre-testing')
-# Main Repositories from a Derative Distribution
-DD_REPOS=('core' 'extra' 'testing' 'community' 'community-testing')
-
-# Multilib Repositories
-MAIN_MULTILIB_REPOS=('libre-multilib' 'libre-multilib-testing')
-# Multilib Repositories from a Derative Distribution
-DD_MULTILIB_REPOS=('multilib' 'multilib-testing')
-
-# Extra Repositories
-EXTRA_REPOS=('nonprism' 'nonprism-testing' 'kernels' 'kernels-testing' 'cross' 'java')
-
-# Community Repositories
-COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~drtan' '~emulatorman' '~jorginho' '~lukeshu' '~smv' '~xihh')
-
-# Platform Repositories
-PLATFORM_REPOS=('nonsystemd' 'nonsystemd-testing')
-
-# Remote Repositories
-PKG_REPOS=("${EXTRA_REPOS[@]}" "${PLATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${DD_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
-PKG_MULTILIB_REPOS=("${MAIN_MULTILIB_REPOS[@]}" "${DD_MULTILIB_REPOS[@]}")
-
-# Directories where packages are shared between repos
-# *relative to REPO_DIR*
-PKG_MAIN_POOLS=("${PKG_POOL_DIR}/abslibre_${PLATFORM}")
-PKG_DD_POOLS=("${PKG_POOL_DIR}"/abs_{packages,community}_"${PLATFORM}")
-PKG_POOLS=("${PKG_MAIN_POOLS[@]}" "${PKG_DD_POOLS[@]}")
-
-# Directories where sources are stored
-SRC_MAIN_POOLS=("${SRC_POOL_DIR}/abslibre_${PLATFORM}")
-SRC_DD_POOLS=("${SRC_POOL_DIR}"/abs_{packages,community}_"${PLATFORM}")
-SRC_POOLS=("${SRC_MAIN_POOLS[@]}" "${SRC_DD_POOLS[@]}")
-
-# Build System and Repository scripts
-BS_MAIN_NAME="abslibre_${PLATFORM}"
-BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}"
-BS_DD_NAME="abs_${PLATFORM}"
-BS_DD_DIR="${SRV_DIR}/${BS_DD_NAME}"
-BS_GIT="${GIT_BASE}/abslibre/${BS_MAIN_NAME}.git"
-# BS_GIT='http://projects.parabola.gnu/abslibre/${BS_MAIN_NAME}.git'
-BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"
-BLACKLIST_NAME="blacklist_${PLATFORM}.txt"
-BLACKLIST_FILE="${HOME}/blacklist/${BLACKLIST_NAME}.txt"
-BLACKLIST_TMP="${TMP_DIR}/${BLACKLIST_NAME}.txt"
-SYNC_DD_SERVER='rsync.archlinux.org'
-
-# Base Repository
-REPO_DIR="${SRV_DIR}/repo/main"
-
-CLEANUP_DESTDIR="${REPO_DIR}/old/packages_${PLATFORM}_dd"
-CLEANUP_DRYRUN='false'
-# Time in days to keep moved packages
-CLEANUP_KEEP='30'
-
-SOURCE_CLEANUP_DESTDIR="${REPO_DIR}/old/sources_${PLATFORM}_dd"
-SOURCE_CLEANUP_DRYRUN='true'
-# Time in days to keep moved sourcepackages
-SOURCE_CLEANUP_KEEP='30'