Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
toolkit
Commits
71105d9f
Commit
71105d9f
authored
Nov 01, 2021
by
Louis Abel
📺
Browse files
Merge branch 'devel' into 'main'
Devel See merge request
!27
parents
fd33ccae
6dc94f24
Pipeline
#87
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sync/common_8
View file @
71105d9f
# To be sourced by scripts to use
# Revision must always start with a major number
REVISION=8.
4
REVISION=8.
5
MAJOR="${REVISION:0:1}"
MINOR="${REVISION:2:1}"
# comment or blank if needed
APPEND_TO_DIR="-RC
2
"
APPEND_TO_DIR="-RC
1
"
STAGING_ROOT="/mnt/repos-staging"
PRODUCTION_ROOT="/mnt/repos-production"
...
...
sync/minor-release-sync-to-staging.sh
View file @
71105d9f
...
...
@@ -68,3 +68,7 @@ ret_val=$?
if
[
"
$ret_val
"
-eq
0
]
;
then
$(
dirname
"
$0
"
)
/sign-repos-only.sh
fi
# Change Symlink if required
/bin/rm
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/latest-8"
ln
-sr
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
"
latest-8
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