Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dtu-10mw-rwt
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
Service Desk
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
HAWC Reference Models
dtu-10mw-rwt
Merge requests
!4
Merge debugging changes in make_zip back into develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge debugging changes in make_zip back into develop
make_zip
into
develop
Overview
0
Commits
4
Pipelines
2
Changes
2
Merged
Jenni Rinker
requested to merge
make_zip
into
develop
4 years ago
Overview
0
Commits
4
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
version 1
version 1
3b111fc6
4 years ago
develop (base)
and
latest version
latest version
07602f5c
4 commits,
4 years ago
version 1
3b111fc6
3 commits,
4 years ago
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
utils/prepare_zip_file.py
+
1
−
0
Options
@@ -12,6 +12,7 @@ from refutils import (base_to_hs2, base_to_step, base_to_turb, delete_dlls,
if
__name__
==
'
__main__
'
:
# get ref name
ci_ref
=
sys
.
argv
[
1
]
print
(
f
'
Preparing zip file for
{
ci_ref
}
...
'
)
# script inputs
mod_dir
=
'
../dtu-10mw-rwt/
'
# must end with slash
zip_name
=
f
'
../dtu-10mw-rwt-
{
ci_ref
}
'
Loading