Skip to content

Commit

Permalink
Add support for templates upload and syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Oct 28, 2017
1 parent 49395da commit 9f529a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update_repo-template.sh
Expand Up @@ -3,3 +3,7 @@
REPOS_TO_UPDATE="$1/templates-itl $1/templates-community"

. `dirname $0`/update_repo.sh

if [ "$AUTOMATIC_UPLOAD" = 1 ]; then
`dirname $0`/sync_qubes-os.org_repo-templates.sh "$1" "templates-itl" "templates-community"
fi

0 comments on commit 9f529a5

Please sign in to comment.