Skip to content

Conversation

graingert
Copy link

No description provided.

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
@GordonTheTurtle
Copy link

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

$ git clone -b "support-py35" git@github.com:graingert/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~3
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

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

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
return delta.seconds + delta.days * 24 * 3600


def longint(n):
Copy link
Author

@graingert graingert May 19, 2016

Choose a reason for hiding this comment

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

all this does is allow users to enter their storage size in pounds (300lb) on python 2

@graingert
Copy link
Author

@dnephin any update on a merge?

@shin-
Copy link
Contributor

shin- commented May 25, 2016

I thought I had commented on there, sorry. Changes LGTM.

@dnephin
Copy link
Contributor

dnephin commented May 25, 2016

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants