Compare commits

..

2 Commits

Author SHA1 Message Date
Tudor Marcu 9fc98a03b1 Release v1.08
This release fixes the builder.conf template so it has a more sane starting
point.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-11-09 12:13:35 -08:00
Tudor Marcu c96046001e Fix builder.conf template
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2016-11-09 12:13:14 -08:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[Builder] [Builder]
SERVER_STATE_DIR=/home/clr/mix/update SERVER_STATE_DIR=/home/clr/mix/update
BUNDLE_DIR=/home/clr/mix/bundles BUNDLE_DIR=/home/clr/mix/mix-bundles
YUM_CONF=/home/clr/mix/.yum-mix.conf YUM_CONF=/home/clr/mix/.yum-mix.conf
CERT=/home/clr/mix/ClearLinuxRoot.pem CERT=/home/clr/mix/ClearLinuxRoot.pem
CLEAR_VERSION=VER CLEAR_VERSION=VER
@@ -8,6 +8,6 @@ MIX_VERSION=VER
[swupd] [swupd]
BUNDLE=os-core-update BUNDLE=os-core-update
CONTENTURL=https://download.clearlinux.org/update/ CONTENTURL=<URL where the content will be hosted>
VERSIONURL=https://download.clearlinux.org/update/ VERSIONURL=<URL where the version of the mix will be hosted>
FORMAT=1 FORMAT=1
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([bundle-chroot-builder],[1.07],[tudor.marcu@intel.com],[bundle-chroot-builder]) AC_INIT([bundle-chroot-builder],[1.08],[tudor.marcu@intel.com],[bundle-chroot-builder])
AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz]) AM_INIT_AUTOMAKE([foreign silent-rules color-tests no-dist-gzip dist-xz])
AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(Makefile)
AC_PREFIX_DEFAULT(/usr/local) AC_PREFIX_DEFAULT(/usr/local)