Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
Main Repositories
otb
Commits
acc9183e
Commit
acc9183e
authored
11 months ago
by
Thibaut ROMAIN
Browse files
Options
Downloads
Patches
Plain Diff
BUG: fix filename too long when creating superbuild archive
parent
e37464d0
No related branches found
No related tags found
Loading
Pipeline
#15268
passed
11 months ago
Stage: precheck
Stage: prepare
Stage: build
Stage: report
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CI/SuperbuildDownloadList.sh
+1
-1
1 addition, 1 deletion
CI/SuperbuildDownloadList.sh
with
1 addition
and
1 deletion
CI/SuperbuildDownloadList.sh
+
1
−
1
View file @
acc9183e
...
...
@@ -86,6 +86,6 @@ echo "Creating archive ${OUTPUT_DIR}/$ARCHIVE_NAME.tar.bz2"
mkdir
-p
"
${
OUTPUT_DIR
}
"
cd
"
${
OUTPUT_DIR
}
"
||
echo
"cannot cd to
${
OUTPUT_DIR
}
"
touch
"
${
DOWNLOAD_DIR
}
/OTBSuperBuild.readme"
tar
-cjf
"
$ARCHIVE_NAME
.tar.bz2"
-C
"
${
DOWNLOAD_DIR
}
"
"
${
DOWNLOAD_NAMES
}
"
OTBSuperBuild.readme
tar
-cjf
"
$ARCHIVE_NAME
.tar.bz2"
-C
"
${
DOWNLOAD_DIR
}
"
.
echo
"Saving md5sum to
${
OUTPUT_DIR
}
/
$ARCHIVE_NAME
.md5"
md5sum
"
$ARCHIVE_NAME
.tar.bz2"
>
"
$ARCHIVE_NAME
.md5"
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