diff options
author | Erich Eckner <git@eckner.net> | 2017-11-22 11:30:05 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-22 11:30:05 +0100 |
commit | db83568696206b264fc28a5430e1ceaaeeb89898 (patch) | |
tree | 0bdc4425b8e0e6e5767800e6493f0efd8f94e789 /bin/common-functions | |
parent | cc40c54f84558cf16e26af461c06bf86f00df474 (diff) | |
download | builder-db83568696206b264fc28a5430e1ceaaeeb89898.tar.xz |
bin/common-functions: remove TODO
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/common-functions b/bin/common-functions index 060f49b..6f6db96 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -414,10 +414,6 @@ ls_master_mirror() { # this ensures an any package may replace arch-specific packages of the same version and vice versa -# TODO: It looks, like epoch is not considered correctly: -# Moving kstars-1:2.8.8-1-i686.pkg.tar.xz to community-testing -# did not remove kstars-17.08.3-1-i686.pkg.tar.xz from testing. - remove_old_package_versions() { local arch="$1" |