From 6580bf44b38ab35476b43fca16eb018b3df2c276 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 7 Aug 2015 17:07:59 +0200 Subject: reproducible: rename cleanup_userContent() to cleanup_pkg_files() --- bin/reproducible_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_blacklist.sh') diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 09bc7895..f541deee 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -18,7 +18,7 @@ blacklist_packages() { for PKG in $PACKAGES ; do VERSION=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT version FROM sources WHERE name='$PKG' AND suite='$SUITE';") PKGID=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT id FROM sources WHERE name='$PKG' AND suite='$SUITE';") - cleanup_userContent + cleanup_pkg_files sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date) VALUES ('$PKGID', '$VERSION', 'blacklisted', '$DATE');" done } -- cgit v1.2.3-54-g00ecf