Add support for synchronizing bootstrap setups available with the official repository

This commit is contained in:
Roberto Rosario
2012-12-11 01:22:46 -04:00
parent 74689a970d
commit 1743ce93f2
8 changed files with 76 additions and 12 deletions

View File

@@ -76,3 +76,6 @@ FIXTURE_METADATA_DESCRIPTION = 'description'
BOOTSTRAP_EXTENSION = 'txt'
BOOTSTRAP_SETUP_MAGIC_NUMBER = 'bootstrap setup'
BOOTSTRAP_REPOSITORY_URL = 'http://bootstrap.mayan-edms.com'
BOOTSTRAP_REPOSITORY_INDEX_FILE = '_repo_index.txt'