Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TOP Extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TDL Open Source
TOP Extras
Merge requests
!4
+ fixes for prepare and CI scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
+ fixes for prepare and CI scripts
dev
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Philip Makedonski
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
288f7270
1 commit,
1 year ago
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
prepare.sh
+
5
−
4
Options
@@ -34,8 +34,9 @@ process_contents() {
exit
0
fi
# make parent dirs
mkdir
-p
`
dirname
"
$line
"
`
mkdir
-p
`
dirname
"
$
channel
/
$
line
"
`
# get file
echo
curl
"
$BASE_URL
/
$channel
/
$line
"
-o
"
$channel
/
$line
"
curl
"
$BASE_URL
/
$channel
/
$line
"
-o
"
$channel
/
$line
"
done
<
"
$file
"
# update contents
@@ -55,11 +56,11 @@ else
fi
# Debugging
#
# Debugging
# BASE_URL="https://top.etsi.org/top-extras/updatesite"
# TARGET_CHANNEL="
beta
"
# TARGET_CHANNEL="
stable
"
# SITE_PATH="updatesite/org.etsi.mts.tdl.extras.updatesite/target/repository"
# RELEASE_BASE_PATH="public/updatesite"
# # process_contents beta
# update_contents "$SITE_PATH"
# process_contents "$TARGET_CHANNEL"
Loading