projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab1a77
)
scripts: sha2rsync: add apk package index signature files
author
Petr Štetiar
<ynezz@true.cz>
Sun, 29 Sep 2024 06:15:39 +0000
(06:15 +0000)
committer
Petr Štetiar
<ynezz@true.cz>
Sun, 29 Sep 2024 06:15:39 +0000
(06:15 +0000)
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@true.cz>
scripts/sha2rsync.pl
patch
|
blob
|
history
diff --git
a/scripts/sha2rsync.pl
b/scripts/sha2rsync.pl
index 6b9d2d13109e7a1e9207e426a61dd22fab8b8f6c..e38fbf2eba9f350ce488f68db8f201e6e1097af7 100755
(executable)
--- 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",
);