From 834957d4eceada7b01020338d707ce53e57bb0a5 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 22 Oct 2019 12:42:10 -0400 Subject: [PATCH] Switch to alternate repository supporting 11.3-RELEASE base --- bastille-init | 3 ++- release_notes | 1 + version | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bastille-init b/bastille-init index d4827dc..13ddd06 100755 --- a/bastille-init +++ b/bastille-init @@ -59,7 +59,8 @@ BASTILLECONF="${USRLOCAL}/etc/${APPNAME}/${APPNAME}.conf" BASTILLECONFLINK="/var/etc/bastilleconf" INSTALLPATH="${CWDIR}/${FULLAPPNAME}" BRANCH="master" -BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" +#BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" # Official Bastille repository(Pending some updates/fixes) +BATSILLE_URL="https://github.com/JRGTH/${APPNAME}/archive/${BRANCH}.zip" # Alternate Bastille repository(Updated, supports 11.3-RELEASE base) BASTILE_VERSION="https://raw.githubusercontent.com/BastilleBSD/${APPNAME}/${BRANCH}/usr/local/bin/${APPNAME}" GITURL="https://github.com/JRGTH/xigmanas-${APPNAME}-extension/archive/${BRANCH}.zip" VERFILE="https://raw.githubusercontent.com/JRGTH/xigmanas-${APPNAME}-extension/${BRANCH}/version" diff --git a/release_notes b/release_notes index 59ccf43..44c9969 100644 --- a/release_notes +++ b/release_notes @@ -3,6 +3,7 @@ ====================== Version Description +0.0.6......Switch to alternate repository supporting 11.3-RELEASE base. 0.0.5......Start all jails once. 0.0.4......Start jails if directory not empty. 0.0.3......Minor code adjustment. diff --git a/version b/version index bbdeab6..1750564 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.5 +0.0.6