Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SLUB_SIP_Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Digital Preservation
SLUB_SIP_Builder
Commits
127e22ba
Commit
127e22ba
authored
4 years ago
by
Jens Steidl
Committed by
Andreas Romeyke
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
- added time of day
parent
009bd1f4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_release.sh
+1
-1
1 addition, 1 deletion
build_release.sh
with
1 addition
and
1 deletion
build_release.sh
+
1
−
1
View file @
127e22ba
#!/usr/bin/bash
#!/usr/bin/bash
# Release build under Debian 10
# Release build under Debian 10
DATE
=
"
$(
date
+%F
)
"
DATE
=
"
$(
date
+%F
\
%T
)
"
BRANCH
=
"
$(
git branch
--show-current
)
"
BRANCH
=
"
$(
git branch
--show-current
)
"
VERSION
=
"
$(
git rev-list HEAD
--count
)
-
$BRANCH
"
VERSION
=
"
$(
git rev-list HEAD
--count
)
-
$BRANCH
"
BUILD_ZIP
=
"SLUB_SIP_Builder.version-
${
VERSION
}
.zip"
BUILD_ZIP
=
"SLUB_SIP_Builder.version-
${
VERSION
}
.zip"
...
...
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