Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLUM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Land Use Lab
PLUM
Commits
fff82814
Commit
fff82814
authored
4 years ago
by
ALEXANDER Peter
Browse files
Options
Downloads
Patches
Plain Diff
Create latest link on compile
parent
b770721a
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
scripts/compilePlum.sh
+5
-0
5 additions, 0 deletions
scripts/compilePlum.sh
with
5 additions
and
0 deletions
scripts/compilePlum.sh
+
5
−
0
View file @
fff82814
...
@@ -21,6 +21,11 @@ if [ ! -d "$builddir" ]; then
...
@@ -21,6 +21,11 @@ if [ ! -d "$builddir" ]; then
echo
"
$buildver
__
$(
date
)
"
>
$builddir
/buildver
echo
"
$buildver
__
$(
date
)
"
>
$builddir
/buildver
echo
"javac completed"
echo
"javac completed"
echo
"updating link for latest"
rm
$buildbase
/latest
cd
$buildbase
ln
-s
$buildver
latest
else
else
echo
"
$builddir
already exists."
1>&2
echo
"
$builddir
already exists."
1>&2
echo
"Delete it manually if you want to rebuild."
1>&2
echo
"Delete it manually if you want to rebuild."
1>&2
...
...
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