run.sh: Exclude contents_index
It's too big and not useful for us.
This commit is contained in:
parent
acf51ca89d
commit
e2dc5736a2
@ -9,7 +9,7 @@ function get_base() {
|
||||
local dst="$BASE_BASES/$name/$arch"
|
||||
|
||||
mkdir -p "$dst"
|
||||
rsync -yavP "$remote/$arch/base" "$dst/"
|
||||
rsync -yavP --exclude contents_index "$remote/$arch/base" "$dst/"
|
||||
}
|
||||
|
||||
get_base x86_64 xrs:/space/ALT/Sisyphus x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user