Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
ec957677
Commit
ec957677
authored
May 18, 2017
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version information for release 3.11-beta1
parent
12aab264
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
25 deletions
+14
-25
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
aegir-release.make
aegir-release.make
+1
-1
aegir.make
aegir.make
+1
-10
aegir.make
aegir.make
+1
-10
debian/changelog
debian/changelog
+7
-0
provision.info
provision.info
+1
-1
upgrade.sh.txt
upgrade.sh.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
ec957677
...
...
@@ -16,8 +16,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 @
ec957677
...
...
@@ -5,6 +5,6 @@ api = 2
projects[drupal][type]
=
"core"
;
The
release.sh
script
updates
the
version
of
hostmaster.
projects[hostmaster][version]
=
"
7.x-3.0-dev
"
projects[hostmaster][version]
=
"
3.11-beta1
"
projects[hostmaster][type]
=
"profile"
projects[hostmaster][variant]
=
"projects"
aegir.make
deleted
100644 → 0
View file @
12aab264
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 @
ec957677
aegir-release.make
\ No newline at end of file
debian/changelog
View file @
ec957677
aegir3-provision (3.11~beta1) unstable; urgency=medium
* Preparations for the 3.11 release, testing the GitLab build process.
* Many bugfixes and UI improvements, see http://aegir.readthedocs.org/en/3.x/release-notes/3.11
-- Herman van Rink <helmo@initfour.nl> Thu, 18 May 2017 14:28:24 +0200
aegir3-provision (3.10) unstable; urgency=medium
* Many bugfixes and UI improvements, see http://aegir.readthedocs.org/en/3.x/release-notes/3.10
...
...
provision.info
View file @
ec957677
name=Provision
description="Aegir backend"
version=7.x-3.
x
version=7.x-3.
11-beta1
upgrade.sh.txt
View file @
ec957677
...
...
@@ -9,7 +9,7 @@
########################################################################
# Basic variables, change before running.
AEGIR_VERSION="7.x-3.
x
"
AEGIR_VERSION="7.x-3.
11-beta1
"
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
Markdown
is supported
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