Skip to content

Commit e88f938

Browse files
committed
Adding travis.yml and renaming
1 parent eb5bcf6 commit e88f938

4 files changed

Lines changed: 18 additions & 10 deletions

File tree

.travis.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: required
2+
language: go
3+
services:
4+
- docker
5+
script: make test
6+
notifications:
7+
slack:
8+
secure: pWDCV3od8gxvzxh9DrOTvBL54XoCfWYhZZlwd2ZbyyOz6SS12Psg/ZuCT2253p4yMfF/LPlsz76mr7NgcCrMI0ReveTa/rnt3XBZtyY+1rlsQsy2oxgdAzbO587ENCQeMw2F/OWHaixMT8NDqxEqQd6xafK9Zmg6BeBjwgs7XfXKcR3WzNIuCO0ZG05+Yd0FIxmd/8Xm5tGiFEYr05+Ix6MLdF9MSCXZUPeu1EsYXhDljokLq49w63W1UMU10tm4t7VCEdaO+X9w6EJ5Ov8HDxb6L6IviUYY6+IGTZ01nwIoM6OrGQqfEAytYqgTKdehgQzQnAbLI6TW2wJ0twqEsLrlbTa4NW4j0KkazQJkN5kqcKYQvaeKJJhvJIG44Gi/u78pW3S6W7NU5DhrlE6bbxdIBHJW1vJBimkqu2oBNrO5ZoBB9MS9zflBsU5g/pQpVeHWMnWE8fcYDGa1PqAcr7q6wtdPsrVZhnHmmARN3PwZzIVVVsXbaIQG8VLC5grLGnwMf1Y1fz2nK3sVpCftvrYZT3G6CNAASo+eLOwYdZdiJ9jIS7WNLN1GtpIEvjeDt3QRqsDyH8YoAKUvY5h/v8IWPP/BaSwQbJwep4+Dj7xkpXX5/4wm4jEnVFV1p4xE0lD1AXvEMAVHtPhhggvscNhF9j6oeoPju6eTPcxG+5o=

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deis Maintainers
1+
# Hephy Maintainers
22

33
This project is part of Deis. The official maintainers documentation is
4-
located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/teamhephy/deis/blob/master/MAINTAINERS.md).

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
| 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode |
55
| 03/01/2018 | End of Workflow maintenance: critical patches no longer merged |
66

7-
# Deis Slugbuilder v2
7+
# Hephy Slugbuilder v2
88

99
[![Build Status](https://ci.deis.io/job/slugbuilder/badge/icon)](https://ci.deis.io/job/slugbuilder)
1010
[![Docker Repository on Quay](https://quay.io/repository/deisci/slugbuilder/status "Docker Repository on Quay")](https://quay.io/repository/deisci/slugbuilder)
1111

1212
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.
1313

14-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
14+
For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
1515

1616
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].
1717

1818
# About
1919

2020
The slugbuilder downloads a git archive ([gzip](http://www.gzip.org/)ped [tar](https://www.gnu.org/software/tar/)ball) from a specified [S3 API compatible server][s3-api], compiles a [slug](https://devcenter.heroku.com/articles/slug-compiler) and uploads it to a specified S3 API compatible server.
2121

22-
This component is usually launched by the [Deis Builder](https://github.com/deisthree/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
22+
This component is usually launched by the [Deis Builder](https://github.com/teamhephy/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
2323

24-
Please see https://github.com/deisthree/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
24+
Please see https://github.com/teamhephy/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
2525

2626
# Development
2727

@@ -33,7 +33,7 @@ The Deis project welcomes contributions from all developers. The high level proc
3333
* If your PR fixes any [issues][issues], make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
3434
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, the contributors will merge it
3535

36-
[issues]: https://github.com/deisthree/slugbuilder/issues
37-
[prs]: https://github.com/deisthree/slugbuilder/pulls
36+
[issues]: https://github.com/teamhephy/slugbuilder/issues
37+
[prs]: https://github.com/teamhephy/slugbuilder/pulls
3838
[s3-api]: http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html
39-
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
39+
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0

charts/slugbuilder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slugbuilder
2-
home: https://github.com/deisthree/slugbuilder
2+
home: https://github.com/teamhephy/slugbuilder
33
version: <Will be populated by the ci before publishing the chart>
44
description: Buildpack application builder for Deis Workflow.
55
maintainers:

0 commit comments

Comments
 (0)