Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Nord
Nord Site
Commits
5cb8c40f
Commit
5cb8c40f
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
Version auf 2016.2.1 hochgezählt und BROKEN als default rausgenommen
parent
60330a5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make-release.sh
+4
-4
4 additions, 4 deletions
make-release.sh
with
4 additions
and
4 deletions
make-release.sh
+
4
−
4
View file @
5cb8c40f
...
...
@@ -10,21 +10,21 @@
## properly configured in this script.
# if version is unset, will use the default experimental version from site.mk
VERSION
=
${
3
:-
"2016.2~exp
$(
date
'+%y%m%d%H%M'
)
"
}
VERSION
=
${
3
:-
"2016.2
.1
~exp
$(
date
'+%y%m%d%H%M'
)
"
}
# branch must be set to either experimental, beta or stable
BRANCH
=
${
2
:-
"stable"
}
# must point to valid ecdsa signing key created by ecdsakeygen, relative to Gluon base directory
SIGNING_KEY
=
${
1
:-
"../ecdsa-key-secret"
}
#BROKEN must be set to "" or "BROKEN=1"
BROKEN
=
"
BROKEN=1
"
BROKEN
=
""
cd
..
if
[
!
-d
"site"
]
;
then
echo
"This script must be called from within the site directory"
return
exit
fi
if
[
"
$(
whoami
)
"
==
"root"
]
;
then
if
[
"
$(
whoami
)
"
==
"root"
]
;
then
echo
"Make may not be run as root"
return
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment