diff options
author | Erich Eckner <git@eckner.net> | 2019-02-28 11:57:12 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-28 11:57:12 +0100 |
commit | f63b3152a411ef335f6909ea87170adb6546b8bd (patch) | |
tree | ddf1c20740ab7e47f57319f4f507a15127d1d755 | |
parent | f0c847ea1a25c234e40be487cad0aebccda77156 (diff) | |
download | builder-f63b3152a411ef335f6909ea87170adb6546b8bd.tar.xz |
lib/common-functions: remove_old_package_versions(): 5413ad5 made an earlier injection of .sig files wrong and unnecessary
-rwxr-xr-x | lib/common-functions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/common-functions b/lib/common-functions index 70c5b49..4904b37 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -208,8 +208,6 @@ remove_old_package_versions() { } s/^\(\S\+ \)\{5\}// w'"${tmp_dir}"'/sftp-removes - s/$/.sig/ - w'"${tmp_dir}"'/sftp-removes g s/ .*$// w'"${tmp_dir}"'/db-removes |