# HG changeset patch # User Rob Landley # Date 1396232908 18000 # Node ID 73651ad7ad13bee78b3bf0f4d7fd1addb28308e5 # Parent f979c6bc7d13644fdc32fd3fa2db893afc6828fa Move package announcement earlier so extracted (non-tarball) packages announce themselves. diff -r f979c6bc7d13 -r 73651ad7ad13 sources/download_functions.sh --- a/sources/download_functions.sh Thu Mar 20 06:03:41 2014 -0500 +++ b/sources/download_functions.sh Sun Mar 30 21:28:28 2014 -0500 @@ -111,14 +111,14 @@ { mkdir -p "$SRCTREE" || dienow + # Announce to the world that we're cracking open a new package + PACKAGE="$1" + announce "$PACKAGE" + ! is_in_list "PACKAGE" "$IGNORE_REPOS" && [ -d "$SRCDIR/$PACKAGE" ] && return 0 - # Announce to the world that we're cracking open a new package - - announce "$PACKAGE" - # Find tarball, and determine type FILENAME="$(find_package_tarball "$PACKAGE")"