Skip to content

Commit 5237644

Browse files
committed
chore(nsqd): change deis to hephy
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 6887bf3 commit 5237644

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ include includes.mk
33

44
DOCKER_HOST = $(shell echo $$DOCKER_HOST)
55
BUILD_TAG ?= git-$(shell git rev-parse --short HEAD)
6-
SHORT_NAME ?= nsq
6+
SHORT_NAME ?= nsqd
77
DEPLOYMENT_NAME ?= nsqd
8-
DEIS_REGISTRY ?= ${DEV_REGISTRY}
9-
IMAGE_PREFIX ?= deis
8+
HEPHY_REGISTRY ?= ${DEV_REGISTRY}
9+
IMAGE_PREFIX ?= hephy
1010

11-
TEST_ENV_PREFIX := docker run --rm -v ${CURDIR}:/bash -w /bash quay.io/deis/shell-dev
11+
TEST_ENV_PREFIX := docker run --rm -v ${CURDIR}:/bash -w /bash hephy/shell-dev
1212
SHELL_SCRIPTS = $(wildcard rootfs/opt/nsq/bin/*)
1313

1414
include versioning.mk

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

2-
# Deis NSQ
3-
[![Build Status](https://ci.deis.io/job/nsq/badge/icon)](https://ci.deis.io/job/nsq)
2+
# Hephy NSQD
3+
[![Build Status](https://api.travis-ci.org/teamhephy/nsqd.svg?branch=master)](https://travis-ci.org/teamhephy/nsqd)
44

5-
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.
6-
7-
![Deis Graphic](https://getdeis.blob.core.windows.net/get-deis/deis-graphic-small.png)
5+
Hephy (pronounced HEF-ee) 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.
86

97
A NSQ image for running on a kubernetes cluster.
108

versioning.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MUTABLE_VERSION ?= canary
22
VERSION ?= git-$(shell git rev-parse --short HEAD)
33

4-
IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
5-
MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
4+
IMAGE := ${HEPHY_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
5+
MUTABLE_IMAGE := ${HEPHY_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
66

77
info:
88
@echo "Build tag: ${VERSION}"
9-
@echo "Registry: ${DEIS_REGISTRY}"
9+
@echo "Registry: ${HEPHY_REGISTRY}"
1010
@echo "Immutable tag: ${IMAGE}"
1111
@echo "Mutable tag: ${MUTABLE_IMAGE}"
1212

0 commit comments

Comments
 (0)