summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 03:15:01 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 03:15:01 -0500
commit374c8e2a5183cdbaefe9f54184603ad8d09e30c2 (patch)
treed21bb4638091c4522235f961ed3dcbf6afcf7fd6 /config.sh
parent7203e2e2631e29a79f4ea822c371d4e12c9c1a88 (diff)
* bash-repo for testing
* merged dbscripts with repm
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