aboutsummaryrefslogtreecommitdiff
path: root/scripts/export_ebuild_tree.pl
diff options
context:
space:
mode:
authorSergio <sergiotarxz@posteo.net>2026-09-26 11:23:08 +0200
committerSergio <sergiotarxz@posteo.net>2026-09-26 11:23:08 +0200
commit98f1a86c8f200aef7b175b2bacbf625f65e98840 (patch)
tree9151f2617d0e127180d0261c2db3114a29c440a1 /scripts/export_ebuild_tree.pl
parent763a6b4fb56e9f29efd2383adfa6c0b2cee15fd5 (diff)
Syncing the build scripts to the latest version used.HEADmain
Diffstat (limited to 'scripts/export_ebuild_tree.pl')
-rw-r--r--scripts/export_ebuild_tree.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/export_ebuild_tree.pl b/scripts/export_ebuild_tree.pl
index 3da8247..02ef3b8 100644
--- a/scripts/export_ebuild_tree.pl
+++ b/scripts/export_ebuild_tree.pl
@@ -105,7 +105,10 @@ close $fh
my $output = "$output_dir/webrsync-$suffix.tar.bz2";
-if (system qw{rsync -P --delete -a}, 'rsync://rsync.gentoo.org/gentoo-portage/metadata/glsa/', "$tree/metadata/glsa/") {
+#if (system qw{rsync -P --delete -a}, 'rsync://rsync.gentoo.org/gentoo-portage/metadata/glsa/', "$tree/metadata/glsa/") {
+# die 'Unable to append security advisories (glsa)';
+#}
+if (system qw{git clone https://gitweb.gentoo.org/data/glsa.git}, "$tree/metadata/glsa") {
die 'Unable to append security advisories (glsa)';
}