Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
76ff4485
Commit
76ff4485
authored
Nov 30, 2017
by
helmo
Browse files
change version information for release 3.130
parent
a91b8538
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
76ff4485
...
...
@@ -42,8 +42,8 @@ build:deb:
script
:
-
export commit=$(git log -n 1 --oneline | sed 's/ .*$//')
-
export version=$(sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
-
export new_version="${version}+${CI_BUILD_ID}.${commit}"
-
dch -D unstable --newversion "$new_version" "automatic GitLab CI build ${CI_BUILD_ID}"
-
dpkg-buildpackage
-
mkdir build
-
mv -v ../aegir3*.deb build/
...
...
aegir-release.make
View file @
76ff4485
...
...
@@ -7,5 +7,5 @@ projects[drupal][type] = "core"
;
The
release.sh
script
updates
the
version
of
hostmaster.
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"git"
projects[hostmaster][download][tag]
=
"7.x-3.
0-dev
"
projects[hostmaster][download][tag]
=
"7.x-3.
130
"
projects[hostmaster][download][url] = "http
:
//git.drupal.org/project/hostmaster.git"
aegir.make
deleted
100644 → 0
View file @
a91b8538
core
=
7.x
api
=
2
projects[drupal][type]
=
"core"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][download][type]
=
"git"
projects[hostmaster][download][url] = "http
:
//git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][branch]
=
"7.x-3.x"
aegir.make
0 → 120000
View file @
76ff4485
aegir-release.make
\ No newline at end of file
debian/changelog
View file @
76ff4485
aegir3-provision (3.130) unstable; urgency=medium
* Bugfixes and UI improvements, see http://aegir.readthedocs.org/en/3.x/release-notes/3.13
-- Herman van Rink <helmo@initfour.nl> Thu, 30 Nov 2017 19:46:04 +0100
aegir3-provision (3.121) testing; urgency=medium
* Support Drupal 8.4 - See https://www.drupal.org/node/2911855
...
...
provision.info
View file @
76ff4485
name=Provision
description="Aegir backend"
version=7.x-3.
x
version=7.x-3.
130
upgrade.sh.txt
View file @
76ff4485
...
...
@@ -9,7 +9,7 @@
########################################################################
# Basic variables, change before running.
AEGIR_VERSION="7.x-3.
x
"
AEGIR_VERSION="7.x-3.
130
"
NEW_DRUSH_VERSION="stable" # e.g stable, unstable, ignore or a version number like 8.1.3
# Extra variables, no changes needed for most use-cases.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment