summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 13:56:01 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 13:56:43 -0500
commit375f87c696cb7838c17922a83e956adbec8ef414 (patch)
treeb9661d8b2ceed95a64b2d0d289d4cbff112514f6 /cron-jobs
parent81cda6df737ab5a11dd9d03a0b24359353c056cc (diff)
parentcf2baeb05af80a849bfc2192f3af1e741e50745d (diff)
Merge branch 'master' of vparabola:~/projects/dbscripts
Conflicts: cron-jobs/sourceballs2
Diffstat (limited to 'cron-jobs')
-rwxr-xr-xcron-jobs/sourceballs29
1 files changed, 4 insertions, 5 deletions
diff --git a/cron-jobs/sourceballs2 b/cron-jobs/sourceballs2
index 452208e..2cd0296 100755
--- a/cron-jobs/sourceballs2
+++ b/cron-jobs/sourceballs2
@@ -1,4 +1,8 @@
#!/bin/bash
+# Steps
+# Traverse ABSLibre
+# Makepkg --allsource every package
+# Remove the old sourceballs
dirname="$(dirname $(readlink -e $0))"
. "${dirname}/../db-functions"
@@ -15,10 +19,6 @@ renice +10 -p $$ > /dev/null
# Create a list of all available source package file names
find "${ARCH_BASE}/${SRCPOOL}" -xtype f -name "*${SRCEXT}" -printf '%f\n' | sort -u > "${WORKDIR}/available-src-pkgs"
-# Steps
-# Traverse the ABSLibre
-# Makepkg --allsource every package
-# Remove the old packages
pushd "${SVNREPO}" >/dev/null
failedpkgs=()
@@ -81,7 +81,6 @@ msg "Failed"
for _fail in ${failedpkgs[@]}; do
msg2 "$_fail"
done
-
script_unlock