Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Bootstrap fixes #54

Merged
3 commits merged into from
Aug 6, 2015
Merged

Bootstrap fixes #54

3 commits merged into from
Aug 6, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jul 29, 2015

commit 35abbee
Author: Lars Gierth [email protected]
Date: Thu Jul 30 00:28:32 2015 +0200

ipfs: run ipfs init using one-shot container

Previously, when ipfs init hadn't been run yet, the
container would go into a restart loop, and thus
`docker exec` in that looping container would fail
to execute `ipfs init`.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>

commit 7842b7c
Author: Lars Gierth [email protected]
Date: Thu Jul 30 00:27:22 2015 +0200

docker: pin to known-working docker-py 0.5.3

The latest is failing to recognize locally-built images
and always tries to pull them from the registry.

No idea why pip picked an old (but working) version
during the previous rebuild of pluto. Anyhow, I'm not
going to sink time into figuring out either of these
issues now.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>

commit 8da496b
Author: Lars Gierth [email protected]
Date: Wed Jul 29 03:57:28 2015 +0200

common: run apt-get update

In order to avoid hitting package versions which were removed
for security reasons, and such stuff.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>

Lars Gierth added 3 commits July 30, 2015 00:34
In order to avoid hitting package versions which were removed
for security reasons, and such stuff.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>
The latest is failing to recognize locally-built images
and always tries to pull them from the registry.

No idea why pip picked an old (but working) version
during the previous rebuild of pluto. Anyhow, I'm not
going to sink time into figuring out either of these
issues now.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>
Previously, when ipfs init hadn't been run yet, the
container would go into a restart loop, and thus
`docker exec` in that looping container would fail
to execute `ipfs init`.

License: MIT
Signed-off-by: Lars Gierth <[email protected]>
@ghost ghost added the solarnet label Jul 31, 2015
@jbenet jbenet mentioned this pull request Aug 3, 2015
35 tasks
@jbenet
Copy link
Member

jbenet commented Aug 5, 2015

@lgierth this LGTM, though i don't follow all the ansible magic well

@ghost
Copy link
Author

ghost commented Aug 5, 2015

I'm down for f2f review anytime -- on a sidenote, I'm very much down for moving to shell scripts, but not right now :)

@jbenet
Copy link
Member

jbenet commented Aug 5, 2015

I'm very much down for moving to shell scripts, but not right now :)

sounds good. btw, shell gets pleasant when we write simple programs to do the more complicated things in other languages. once we have ipget we can use it as a pseudo pkg mgr for any other tools we might need.

ghost pushed a commit that referenced this pull request Aug 6, 2015
@ghost ghost merged commit 23872ff into master Aug 6, 2015
@jbenet jbenet removed the in progress label Aug 6, 2015
@ghost ghost deleted the boostrap-fixes branch August 6, 2015 12:08
This pull request was closed.
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.

1 participant