[buildbot] scripts: sha2rsync: add apk package index signature files

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 11 11:04:36 PDT 2024


ynezz pushed a commit to buildbot.git, branch main:
https://git.openwrt.org/ef9abc44c37f72d6f648d40af8e8ec41623819af

commit ef9abc44c37f72d6f648d40af8e8ec41623819af
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Sun Sep 29 06:15:39 2024 +0000

    scripts: sha2rsync: add apk package index signature files
    
    Currently additional_files list is missing signature files for apk's
    package index, so lets add those to get them rsync-ed as well.
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 scripts/sha2rsync.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/sha2rsync.pl b/scripts/sha2rsync.pl
index 6b9d2d1..e38fbf2 100755
--- a/scripts/sha2rsync.pl
+++ b/scripts/sha2rsync.pl
@@ -102,6 +102,8 @@ my @additional_files;
 
 for my $feed (@feeds) {
     push @additional_files, (
+        "$feed/packages.adb.asc",
+        "$feed/packages.adb.sig",
         "$feed/Packages.asc",
         "$feed/Packages.sig",
     );




More information about the lede-commits mailing list