diff --git a/sync-from-upstream b/sync-from-upstream index a931042..cc5b885 100755 --- a/sync-from-upstream +++ b/sync-from-upstream @@ -11,6 +11,9 @@ fi echo "Copying prepopulate" /bin/cp /var/tmp/c10s/prepopulate.json . +echo "Copying variants" +/bin/cp /var/tmp/c10s/variants.xml . + echo "Changing to rocky where required in prepopulate" while read -r pattern; do sscript+="$pattern;"