void: make xrsync synchronize the folder with a glob

master
an 2020-06-02 06:59:19 -06:00
parent 3b3bbf9c7d
commit 9adc30c955
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ end
function xrsync -d "Upload voidlinux package repository"
rsync $argv -azvh --delete --progress \
"$XBPS_HOSTDIR"/binpkgs/ \
"$XBPS_HOSTDIR"/binpkgs/{*.{xbps,xbps.sig},*-repodata} \
"$_agw_secret_void_copy_dir"
end