diff options
author | Erich Eckner <git@eckner.net> | 2017-11-20 15:33:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-20 15:33:24 +0100 |
commit | e63465c8382507e597374e76031da260c3578597 (patch) | |
tree | 34731d4d32d7d4268a7b22704e30552234484d14 /bin/common-functions | |
parent | c5c3454d34ea0e530014771bbee2f8ee70e65e7b (diff) | |
download | builder-e63465c8382507e597374e76031da260c3578597.tar.xz |
bin/common-functions: add TODO
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/common-functions b/bin/common-functions index 0e268be..e587dd3 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -414,6 +414,10 @@ 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" |