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

Bug 1057882 - Basic Service Support r=garndt #61

Closed
wants to merge 2 commits into from

Conversation

lightsofapollo
Copy link
Contributor

Adds support for using command / image / env / alias for services this does
not yet address fancier needs such as sub services or logs of services.

@lightsofapollo
Copy link
Contributor Author

I will update the docs shortly after a r?

@@ -0,0 +1,87 @@
/**
This module handles the creation of the "taskcluster" proxy container which
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this copied from taskcluster_proxy.js?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

Adds support for using command / image / env / alias for services this does
not yet address fancier needs such as sub services or logs of services.
@@ -22,34 +23,13 @@ var PAYLOAD_SCHEMA =

// This string was super long but I wanted to say all these thing so I broke it
// out into a constant even though most errors are closer to their code...
var IMAGE_ERROR = 'Pulling docker image "%s" has failed this may indicate an ' +
var IMAGE_ERROR = 'Pulling docker a image has failed this may indicate an ' +
Copy link
Contributor

Choose a reason for hiding this comment

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

This error seems to read oddly (at least to me). Perhaps "Pulling a docker image has failed. This may indicate an error with [...]"

@gregarndt gregarndt closed this Jul 16, 2015
@gregarndt
Copy link
Contributor

Closing pull request because it's greatly outdated now. Can reopen and update if this feature is useful later.

@gregarndt gregarndt reopened this Jul 16, 2015
@gregarndt gregarndt closed this Jul 16, 2015
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.

None yet

2 participants