Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
reposync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
linuxsupport
cronjobs
reposync
Commits
2fca46a8
Verified
Commit
2fca46a8
authored
2 years ago
by
Alex Iribarren
Browse files
Options
Downloads
Patches
Plain Diff
Stop deleting stuff, just in case
parent
1241b560
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4863556
passed
2 years ago
Stage: prepare
Stage: build
Stage: deploy_test
Stage: deploy
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reposync/runreposync.sh
+0
-4
0 additions, 4 deletions
reposync/runreposync.sh
with
0 additions
and
4 deletions
reposync/runreposync.sh
+
0
−
4
View file @
2fca46a8
...
...
@@ -168,10 +168,6 @@ cat << EOF | log > $OUTPUT
"changes": [
${
LIST
}
]
EOF
# Remove uuid files with certificates
echo
/usr/bin/find
${
REPOPATH
}
-regextype
posix-extended
-regex
'^.*/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'
-not
-name
'*.rpm'
-printf
"removed '%f'
\n
"
-delete
/usr/bin/find
${
REPOPATH
}
-regextype
posix-extended
-regex
'^.*/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'
-not
-name
'*.rpm'
-printf
"removed '%f'
\n
"
-delete
# Clean up after yourself, and release your trap
rm
-f
"
$LOCKFILE
"
trap
- INT TERM EXIT
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