Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Add the Git Credential Helper to the destroot - fixes #259 #279

Merged
merged 7 commits into from
Apr 15, 2016

Conversation

orta
Copy link
Member

@orta orta commented Apr 5, 2016

My internet is too slow to verify this yet, so no merging until this is confirmed ( CI will run through the process - so I'm kinda interested in what happens there )

@orta orta force-pushed the keychain_thingy branch from a6c0ede to 84f5a68 Compare April 6, 2016 05:56
@orta orta changed the title [WIP] Add the Git Credential Helper to the destroot - might handle #259 Add the Git Credential Helper to the destroot - fixes #259 Apr 6, 2016
@orta
Copy link
Member Author

orta commented Apr 6, 2016

Alright, this fixes that:
screen shot 2016-04-06 at 06 50 22

Tada:
screen shot 2016-04-06 at 06 51 48

@orta
Copy link
Member Author

orta commented Apr 6, 2016

@alloy - any chance you can do a quick look at this ~20 LOC change the Rakefile, I'm confident in it, but maybe there's a better way I missed.

@orta
Copy link
Member Author

orta commented Apr 8, 2016

Looks like I missed the bit where it actually downloaded the file - hah

define_download_task
download_task
install_task
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually performs the download and installation tasks, whereas it should only define tasks that can do that.

@orta orta force-pushed the keychain_thingy branch 2 times, most recently from 417b0e8 to 9618a2c Compare April 9, 2016 06:30
@orta orta force-pushed the keychain_thingy branch from 9618a2c to c4d26e0 Compare April 9, 2016 06:44
@orta
Copy link
Member Author

orta commented Apr 9, 2016

OK, this is now running fine 👍🏾 - same fail as #281

end

def install_task
execute 'cp', File.join(DOWNLOAD_DIR, artefact_file), File.join(BUNDLE_PREFIX, installed_file)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the execute? Can just use cp, it's mixed in from FileUtils

@nwest nwest force-pushed the keychain_thingy branch from 5534181 to a9bb04f Compare April 15, 2016 17:22
@nwest
Copy link
Member

nwest commented Apr 15, 2016

📗 LGTM

@nwest nwest merged commit 8ae0693 into master Apr 15, 2016
@nwest nwest deleted the keychain_thingy branch April 15, 2016 18:22
@orta
Copy link
Member Author

orta commented Apr 16, 2016

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants