Point to the real target repo

This commit is contained in:
Min RK 2015-09-08 21:59:44 +02:00
parent d57cfc44dd
commit 5983bb18d6
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ START_DATE = Date::new(2015, 9, 1) # start date of the project
HOMEPAGE = "http://opendreamkit.org"
PROPOSAL_URL = "https://github.com/OpenDreamKit/OpenDreamKit/raw/master/Proposal/proposal-www.pdf"
PROJECT = "OpenDreamKit"
REPO = "minrk/odktest2"
TARGET = "final" # or 'proposal
REPO = "OpenDreamKit/OpenDreamKit"
TARGET = "final" # or 'proposal'
# throttle github creation requests to 5 Hz to avoid getting flagged for abuse
THROTTLE_SECONDS = 5