Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
rds
2dfdr
2dFdr fibre data reduction package
Commits
a35142bb
Commit
a35142bb
authored
May 25, 2022
by
mnb
Browse files
Removed the test list
parent
58bf9a31
Pipeline
#4052
passed with stage
in 127 minutes and 49 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
tag4release
View file @
a35142bb
...
...
@@ -63,18 +63,11 @@ else
# Get all tags that begin with a digit
# tag_lst=`git tag | grep "^[0-9]"`
# # MADE UP LIST FOR NOW WHILST WORK IN PROGRESS
# alpha_lst="8.00.a.00 8.00.a.11 7.99.a.23 8.04.a.09"
# betas_lst="8.00.b.00 8.00.b.10 7.99.b.23"
# rcand_lst="8.00.rc.0 8.00.rc.01 7.99.rc.23 8.02.rc.11"
# stble_lst="8.00 7.99 7.98 6.54"
# bogus_lst="99.X.dd 8.00.00 89.rc.231"
# tag_lst="${stble_lst} ${rcand_lst} ${betas_lst} ${alpha_lst} ${bogus_lst}"
alpha_lst
=
`
git tag
-l
"[0-9].[0-9][0-9].a.[0-9][0-9]"
`
betas_lst
=
`
git tag
-l
"[0-9].[0-9][0-9].b.[0-9][0-9]"
`
rcand_lst
=
`
git tag
-l
"[0-9].[0-9][0-9].rc.[0-9][0-9]"
`
stble_lst
=
`
git tag
-l
"[0-9].[0-9][0-9]"
`
tag_lst
=
"
${
stble_lst
}
${
rcand_lst
}
${
betas_lst
}
${
alpha_lst
}
${
bogus_lst
}
"
tag_lst
=
"
${
stble_lst
}
${
rcand_lst
}
${
betas_lst
}
${
alpha_lst
}
"
fi
...
...
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