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

Canonical imports #911

Merged
merged 5 commits into from
Sep 27, 2018
Merged

Conversation

chungers
Copy link
Contributor

Add canonical import paths so we can begin the process of moving repo without breaking builds. #827

Signed-off-by: David Chung [email protected]

David Chung and others added 3 commits September 26, 2018 13:04
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "canonical-imports" [email protected]:chungers/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842353917136
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@chungers chungers merged commit a10d75e into docker-archive:master Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants