summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh26
1 files changed, 0 insertions, 26 deletions
diff --git a/config.sh b/config.sh
deleted file mode 100755
index 9a44f50..0000000
--- a/config.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-# -*- coding: utf-8 -*-
-source local_config
-
-function run_python_cmd {
- env \
- mirror=${mirror} \
- mirrorpath=${mirrorpath} \
- logname=${logname} \
- tempdir=${tempdir} \
- archdb=${archdb} \
- repodir=${repodir} \
- blacklist=${blacklist} \
- whitelist=${whitelist} \
- pending=${pending} \
- rsync_blacklist=${rsync_blacklist} \
- repo_list=${repo_list} \
- dir_list=${dir_list} \
- arch_list=${arch_list} \
- other=${other} \
- output=${output} \
- debug=${debug} \
- $1
-}
-
-source libremessages \ No newline at end of file