Publish 0.7.3
This commit is contained in:
parent
07a9b3bd81
commit
4aec218719
@ -1,4 +1,4 @@
|
|||||||
> 🔥 🔥 🔥 Please note, while we are still in
|
> 🔥 🔥 🔥 Please note, while we are still in
|
||||||
> [public alpha](https://docs.cloud.autonomic.zone/roadmap/), the `abra` release
|
> [public alpha](https://docs.cloud.autonomic.zone/roadmap/), the `abra` release
|
||||||
> versioning scheme is not following [semver](https://semver.org/) conventions
|
> versioning scheme is not following [semver](https://semver.org/) conventions
|
||||||
> because we are still in the exploratory phases of building this tool. Please
|
> because we are still in the exploratory phases of building this tool. Please
|
||||||
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
# abra x.x.x (UNRELEASED)
|
# abra x.x.x (UNRELEASED)
|
||||||
|
|
||||||
|
# abra 0.7.3 (2021-04-28)
|
||||||
|
|
||||||
- Only check for pw(q)gen if we're actually trying to use them ([#147](https://git.autonomic.zone/coop-cloud/abra/issues/147))
|
- Only check for pw(q)gen if we're actually trying to use them ([#147](https://git.autonomic.zone/coop-cloud/abra/issues/147))
|
||||||
- Use apps.coopcloud.tech for app data hosting & download ([75bd599](https://git.autonomic.zone/coop-cloud/abra/commit/75bd599))
|
- Use apps.coopcloud.tech for app data hosting & download ([75bd599](https://git.autonomic.zone/coop-cloud/abra/commit/75bd599))
|
||||||
- Choose latest commit messages for new tags ([#144](https://git.autonomic.zone/coop-cloud/abra/issues/144))
|
- Choose latest commit messages for new tags ([#144](https://git.autonomic.zone/coop-cloud/abra/issues/144))
|
||||||
|
4
abra
4
abra
@ -3,7 +3,7 @@
|
|||||||
GIT_URL="https://git.autonomic.zone/coop-cloud/"
|
GIT_URL="https://git.autonomic.zone/coop-cloud/"
|
||||||
ABRA_APPS_URL="https://apps.coopcloud.tech"
|
ABRA_APPS_URL="https://apps.coopcloud.tech"
|
||||||
ABRA_DIR="${ABRA_DIR:-$HOME/.abra}"
|
ABRA_DIR="${ABRA_DIR:-$HOME/.abra}"
|
||||||
ABRA_VERSION="0.7.2"
|
ABRA_VERSION="0.7.3"
|
||||||
ABRA_BACKUP_DIR="${ABRA_BACKUP_DIR:-$ABRA_DIR/backups}"
|
ABRA_BACKUP_DIR="${ABRA_BACKUP_DIR:-$ABRA_DIR/backups}"
|
||||||
ABRA_VENDOR_DIR="$ABRA_DIR/vendor"
|
ABRA_VENDOR_DIR="$ABRA_DIR/vendor"
|
||||||
ABRA_APPS_JSON="${ABRA_DIR}/apps.json"
|
ABRA_APPS_JSON="${ABRA_DIR}/apps.json"
|
||||||
@ -1883,7 +1883,7 @@ sub_recipe_create() {
|
|||||||
recipe="$abra__recipe_"
|
recipe="$abra__recipe_"
|
||||||
|
|
||||||
recipe_dir="$ABRA_DIR/apps/$recipe"
|
recipe_dir="$ABRA_DIR/apps/$recipe"
|
||||||
|
|
||||||
if [ -d "$recipe_dir" ]; then
|
if [ -d "$recipe_dir" ]; then
|
||||||
error "Recipe '$recipe' already exists"
|
error "Recipe '$recipe' already exists"
|
||||||
fi
|
fi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ABRA_VERSION="0.7.2"
|
ABRA_VERSION="0.7.3"
|
||||||
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
|
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
|
||||||
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
|
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
|
||||||
ABRA_DIR="${ABRA_DIR:-$HOME/.abra/}"
|
ABRA_DIR="${ABRA_DIR:-$HOME/.abra/}"
|
||||||
|
Loading…
Reference in New Issue
Block a user