Skip to content
Permalink
Browse files

Mirror recursive dependencies instead of subports

The mirroring task is already being called once for each subport.
  • Loading branch information
ryandesign committed Mar 7, 2018
1 parent da8e080 commit 121df109abd37b8aa6d11648ace9139110fa8a6f
Showing with 1 addition and 1 deletion.
  1. +1 −1 mpbb-mirror-distfiles
@@ -73,7 +73,7 @@ mirror-distfiles() {
args=()
for arg in "$@"; do
args+=("$arg")
args+=("subportof:$arg")
args+=("rdepof:$arg")
done
set -- ${args+"${args[@]}"}

0 comments on commit 121df10

Please sign in to comment.
You can’t perform that action at this time.