docker-archive / infrakit.aws

Infrakit plugins for AWS.
21 stars 22 forks source link

Notice to move repo. Leaving files intact as there's a PR outstanding #41

Closed chungers closed 7 years ago

chungers commented 7 years ago

We have moved the contents of this repo over to the main infrakit repo.

Signed-off-by: David Chung david.chung@docker.com

GordonTheTurtle commented 7 years ago

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 "repo-moved" git@github.com:chungers/infrakit.aws.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354483088
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.

codecov[bot] commented 7 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #41   +/-   ##
======================================
  Coverage    7.52%   7.52%           
======================================
  Files          20      20           
  Lines        1103    1103           
======================================
  Hits           83      83           
  Misses       1003    1003           
  Partials       17      17

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b885fa0...6c42fe9. Read the comment docs.