From c86fe1a1a9d449c13e3bc28075594038793ca9c0 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 18 Jun 2018 19:04:24 +0700 Subject: [PATCH] Update repo owner from lukechilds to hyperdexapp --- README.md | 2 +- publish.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cd1076..f034af6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ **This app is still in private testing phase. The repo has been made public for convenience. Please do not share it.** -[Nightly builds for HyperDEX](https://github.com/lukechilds/hyperdex-nightlies/releases/latest) +[Nightly builds for HyperDEX](https://github.com/hyperdexapp/hyperdex-nightlies/releases/latest) diff --git a/publish.sh b/publish.sh index 64e2c9a..6a29aa8 100755 --- a/publish.sh +++ b/publish.sh @@ -1,7 +1,7 @@ #!/bin/bash brew install rpm -git clone https://github.com/lukechilds/hyperdex +git clone https://github.com/hyperdexapp/hyperdex cd hyperdex/app LATEST_COMMIT_SHA=$(git rev-parse HEAD) @@ -13,8 +13,8 @@ npx dot-json package.json version "0.0.0-$LATEST_COMMIT_SHA_SHORT-$(echo $(npx u cd .. LATEST_NIGHTLY_TAG=$(cd .. && git describe --tags $(git rev-list --tags --max-count=1)) NIGHTLY_HYPERDEX_COMMIT=$(git rev-parse $(echo "$LATEST_NIGHTLY_TAG" | cut -d- -f2)) -RELEASE_NOTES="Changes: https://github.com/lukechilds/hyperdex/compare/$NIGHTLY_HYPERDEX_COMMIT...$LATEST_COMMIT_SHA" -npx dot-json package.json repository 'lukechilds/hyperdex-nightlies' +RELEASE_NOTES="Changes: https://github.com/hyperdexapp/hyperdex/compare/$NIGHTLY_HYPERDEX_COMMIT...$LATEST_COMMIT_SHA" +npx dot-json package.json repository 'hyperdexapp/hyperdex-nightlies' npx dot-json package.json build.appId 'com.lukechilds.hyperdex-nightly' npm install