Skip to content

Commit

Permalink
2.03dev -> 2.03
Browse files Browse the repository at this point in the history
Change branch names to refer to the relevant branches for 2.03 once it has gone live
  • Loading branch information
hayfield committed Feb 15, 2018
1 parent 7090158 commit e75921f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def get_github_url(repo, path=''):
str: Link to the Github UI page.
"""
github_branches = {
'IATI-Schemas': 'version-2.03dev',
'IATI-Codelists': 'version-2.03dev',
'IATI-Rulesets': 'version-2.03dev',
'IATI-Extra-Documentation': 'version-2.03dev',
'IATI-Codelists-NonEmbedded': 'version-2.03dev',
'IATI-Schemas': 'version-2.03',
'IATI-Codelists': 'version-2.03',
'IATI-Rulesets': 'version-2.03',
'IATI-Extra-Documentation': 'version-2.03',
'IATI-Codelists-NonEmbedded': 'master',
}
return 'https://github.com/IATI/{0}/blob/{1}/{2}'.format(repo, github_branches[repo], path)

Expand Down
2 changes: 1 addition & 1 deletion update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

timestamp=$(date +%s)

for version in 1.04 1.05 2.01 2.02 2.03dev; do
for version in 1.04 1.05 2.01 2.02 2.03; do
# Checkout to the specified version for the SSOT directory
git checkout version-$version

Expand Down

0 comments on commit e75921f

Please sign in to comment.