Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Steiner committed Sep 7, 2017
1 parent 6816dd0 commit 121f396
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Additionally, see the [Troubleshooting Deis][troubleshooting] documentation for

Our official support channels are:

- GitHub issues: https://github.com/deis/deis/issues/new
- GitHub issues: https://github.com/deisthree/deis/issues/new
- IRC: #[deis](irc://irc.freenode.org:6667/#deis) IRC channel on freenode.org

## Getting Started
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.

For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.

We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].

Expand All @@ -32,7 +32,7 @@ The Deis project welcomes contributions from all developers. The high level proc

## Prerequisities

Before you run the tests, you'll need a full Deis cluster up and running in Kubernetes. Follow the instructions [here](https://github.com/deis/charts#installation) to get one running.
Before you run the tests, you'll need a full Deis cluster up and running in Kubernetes. Follow the instructions [here](https://github.com/deisthree/charts#installation) to get one running.

## Run the Tests

Expand Down Expand Up @@ -141,10 +141,10 @@ Python 2.7.10 (default, Aug 13 2015, 12:27:27)
>>> m.objects.all()
```

Note that this is an ongoing issue for which we're planning [a more comprehensive fix](https://github.com/deis/workflow-e2e/issues/12).
Note that this is an ongoing issue for which we're planning [a more comprehensive fix](https://github.com/deisthree/workflow-e2e/issues/12).


[install-k8s]: http://kubernetes.io/gettingstarted/
[issues]: https://github.com/deis/workflow-e2e/issues
[prs]: https://github.com/deis/workflow-e2e/pulls
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
[issues]: https://github.com/deisthree/workflow-e2e/issues
[prs]: https://github.com/deisthree/workflow-e2e/pulls
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
2 changes: 1 addition & 1 deletion charts/workflow-e2e/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: workflow-e2e
home: https://github.com/deis/workflow-e2e
home: https://github.com/deisthree/workflow-e2e
version: <Will be populated by the ci before publishing the chart>
description: End-to-end tests for Deis Workflow, executed in parallel.
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion tests/apps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var _ = Describe("deis apps", func() {
Context("who has a local git repo containing source code", func() {

BeforeEach(func() {
output, err := cmd.Execute(`git clone https://github.com/deis/example-go.git`)
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-go.git`)
Expect(err).NotTo(HaveOccurred(), output)
})

Expand Down
24 changes: 12 additions & 12 deletions tests/buildpacks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,30 +63,30 @@ var _ = Describe("all buildpack apps", func() {
// NOTE: Keep this list up-to-date with any example apps that are added
// under the github/deis org, or any third-party apps that increase coverage
// or prevent regressions.
Entry("Clojure", "https://github.com/deis/example-clojure-ring.git", "",
Entry("Clojure", "https://github.com/deisthree/example-clojure-ring.git", "",
"Powered by Deis"),
Entry("Go", "https://github.com/deis/example-go.git", "",
Entry("Go", "https://github.com/deisthree/example-go.git", "",
"Powered by Deis"),
Entry("Java", "https://github.com/deis/example-java-jetty.git", "",
Entry("Java", "https://github.com/deisthree/example-java-jetty.git", "",
"Powered by Deis"),
Entry("Multi", "https://github.com/deis/example-multi", "",
Entry("Multi", "https://github.com/deisthree/example-multi", "",
"Heroku Multipack Test"),
Entry("NodeJS", "https://github.com/deis/example-nodejs-express.git", "",
Entry("NodeJS", "https://github.com/deisthree/example-nodejs-express.git", "",
"Powered by Deis"),
Entry("Perl", "https://github.com/deis/example-perl.git",
Entry("Perl", "https://github.com/deisthree/example-perl.git",
"https://github.com/miyagawa/heroku-buildpack-perl.git",
"Powered by Deis"),
Entry("PHP", "https://github.com/deis/example-php.git", "",
Entry("PHP", "https://github.com/deisthree/example-php.git", "",
"Powered by Deis"),
Entry("Java (Play)", "https://github.com/deis/example-play.git", "",
Entry("Java (Play)", "https://github.com/deisthree/example-play.git", "",
"Powered by Deis"),
Entry("Python (Django)", "https://github.com/deis/example-python-django.git", "",
Entry("Python (Django)", "https://github.com/deisthree/example-python-django.git", "",
"Powered by Deis"),
Entry("Python (Flask)", "https://github.com/deis/example-python-flask.git", "",
Entry("Python (Flask)", "https://github.com/deisthree/example-python-flask.git", "",
"Powered by Deis"),
Entry("Ruby", "https://github.com/deis/example-ruby-sinatra.git", "",
Entry("Ruby", "https://github.com/deisthree/example-ruby-sinatra.git", "",
"Powered by Deis"),
Entry("Scala", "https://github.com/deis/example-scala.git", "",
Entry("Scala", "https://github.com/deisthree/example-scala.git", "",
"Powered by Deis"),
)

Expand Down
2 changes: 1 addition & 1 deletion tests/cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func StartCmd(command model.Cmd) (*gexec.Session, error) {
// supplied <timeout> until the <cmd> result contains the <expectedResult>
// An example use of this utility would be curl-ing a url and waiting
// until the response code matches the expected response.
// TODO: https://github.com/deis/workflow-e2e/issues/240
// TODO: https://github.com/deisthree/workflow-e2e/issues/240
func Retry(command model.Cmd, expectedResult string, timeout int) bool {
var result string
fmt.Fprintf(ginkgo.GinkgoWriter, "Waiting up to %d seconds for `%s` to return %s...\n", timeout, command.CommandLineString, expectedResult)
Expand Down
6 changes: 3 additions & 3 deletions tests/dockerfiles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ var _ = Describe("all dockerfile apps", func() {

},

Entry("HTTP", "https://github.com/deis/example-dockerfile-http.git", "",
Entry("HTTP", "https://github.com/deisthree/example-dockerfile-http.git", "",
"Powered by Deis", ""),
Entry("Python", "https://github.com/deis/example-dockerfile-python.git", "",
Entry("Python", "https://github.com/deisthree/example-dockerfile-python.git", "",
"Powered by Deis", ""),
Entry("HTTP-Web", "https://github.com/deis/example-dockerfile-procfile-http.git", "",
Entry("HTTP-Web", "https://github.com/deisthree/example-dockerfile-procfile-http.git", "",
"Powered by Deis", "web"),
)

Expand Down
10 changes: 5 additions & 5 deletions tests/git_push_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var _ = Describe("git push deis master", func() {
Context("and who has a local git repo containing buildpack source code", func() {

BeforeEach(func() {
output, err := cmd.Execute(`git clone https://github.com/deis/example-go.git`)
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-go.git`)
Expect(err).NotTo(HaveOccurred(), output)
})

Expand Down Expand Up @@ -95,7 +95,7 @@ var _ = Describe("git push deis master", func() {
Context("with a bad buildpack", func() {

BeforeEach(func() {
badBuildpackURL := "https://github.com/deis/heroku-buildpack-epic-fail.git"
badBuildpackURL := "https://github.com/deisthree/heroku-buildpack-epic-fail.git"
sess, err := cmd.Start("deis config:set BUILDPACK_URL=%s", &user, badBuildpackURL)
Expect(err).NotTo(HaveOccurred())
Eventually(sess).Should(Say("BUILDPACK_URL"))
Expand All @@ -122,7 +122,7 @@ var _ = Describe("git push deis master", func() {

BeforeEach(func() {
os.Chdir("..")
output, err := cmd.Execute(`git clone https://github.com/deis/example-nodejs-express.git`)
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-nodejs-express.git`)
Expect(err).NotTo(HaveOccurred(), output)
})

Expand Down Expand Up @@ -168,7 +168,7 @@ var _ = Describe("git push deis master", func() {
Context("and who has a local git repo containing dockerfile source code", func() {

BeforeEach(func() {
output, err := cmd.Execute(`git clone https://github.com/deis/example-dockerfile-http.git`)
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-dockerfile-http.git`)
Expect(err).NotTo(HaveOccurred(), output)
})

Expand Down Expand Up @@ -247,7 +247,7 @@ var _ = Describe("git push deis master", func() {

BeforeEach(func() {
os.Chdir("..")
output, err := cmd.Execute(`git clone https://github.com/deis/example-dockerfile-procfile-http.git`)
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-dockerfile-procfile-http.git`)
Expect(err).NotTo(HaveOccurred(), output)
})

Expand Down

0 comments on commit 121f396

Please sign in to comment.