-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github files (WIP #9) #93
Conversation
"No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself."? |
The build sometimes hangs. We don't know why yet. AlexAlexander Groß On Sat, Sep 13, 2014 at 10:38 PM, Isaac Abraham [email protected]
|
Can I force a re-build? From: Alexander Großmailto:[email protected] The build sometimes hangs. We don't know why yet. AlexAlexander Groß On Sat, Sep 13, 2014 at 10:38 PM, Isaac Abraham [email protected]
Reply to this email directly or view it on GitHub: |
git commit --amend --no-edit Other than that, I don't know how to force a build. AlexAlexander Groß On Sun, Sep 14, 2014 at 12:43 AM, Isaac Abraham [email protected]
|
Yes that's one easy way, but maybe I can give you more rights on TravisCI.
|
@forki at any rate - i'm just interested whether the code so far is "ok" - is the format of the dependencies and lock file ok etc.? |
I will have a look tomorrow. |
ok cool. |
Something's gone wrong with the rebase for this PR - closing and resubmitting. |
There are several changes here to bring in individual files from GitHub (#9). In this current version, it can parse a new type of entry, a "source file" in the .dependencies file which records github owner, project, file path and optionally a commit (branch, tag or rev); this is then pushed into the lockfile. When parsing the lockfile, the files are downloaded locally into a consistent file path relative to the lockfile.
Not included yet: -
Please review.