aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview3
-rw-r--r--INSTALL/common.d/10_base2
-rw-r--r--INSTALL/tasks.d/70_doc2
-rw-r--r--VERSION2
4 files changed, 4 insertions, 5 deletions
diff --git a/.gitreview b/.gitreview
index 0e76656..b28942a 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,5 +2,4 @@
host=gerrit.automotivelinux.org
port=29418
project=AGL/docker-worker-generator
-
-defaultbranch=flounder
+defaultbranch=master
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index 2400f1c..fcf02cf 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -23,7 +23,7 @@ apt-get update -y
apt-get dist-upgrade -y
# gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696)
-apt-get install gpg -y
+apt-get install gnupg -y
apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrotate ifupdown locales apt-utils
apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light
diff --git a/INSTALL/tasks.d/70_doc b/INSTALL/tasks.d/70_doc
index fc7ab58..4c658fe 100644
--- a/INSTALL/tasks.d/70_doc
+++ b/INSTALL/tasks.d/70_doc
@@ -11,6 +11,6 @@ if [[ -z $(which node) ]]; then
fi
# tools used to generate developer website (https://github.com/automotive-grade-linux/docs-agl)
-curl -v --connect-timeout 60 --retry 3 -sSL https://rvm.io/mpapis.asc | gpg --import - \
+curl -v --connect-timeout 60 --retry 3 -sSL https://rvm.io/mpapis.asc | gpg --import --no-tty - \
&& curl -v --connect-timeout 60 --retry 3 -sSL https://get.rvm.io | bash -s stable --ruby --gems=jekyll
diff --git a/VERSION b/VERSION
index 09b254e..eadf194 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.0.0
+6.90.0