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
4794c5d0
Commit
4794c5d0
authored
2 years ago
by
Marta Vila Fernandes
Committed by
Alex Iribarren
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Print the xml and yaml files that are being deleted
parent
28ba34ef
No related branches found
No related tags found
1 merge request
!224
Print the xml and yaml files that are being deleted
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reposync/runreposync.sh
+2
-2
2 additions, 2 deletions
reposync/runreposync.sh
with
2 additions
and
2 deletions
reposync/runreposync.sh
+
2
−
2
View file @
4794c5d0
...
...
@@ -162,13 +162,13 @@ EOF
# Keep the current xml.gz file and remove the older one
UPDXMLFILE
=
$(
sed
'/updateinfo.xml.gz/!d; s/.*repodata\/\(.*\)".*/\1/'
${
REPOPATH
}
/repodata/repomd.xml
)
if
[
-f
"
$UPDXMLFILE
"
]
;
then
/usr/bin/find
${
REPOPATH
}
-name
'*updateinfo.xml*'
-not
-name
$UPDXMLFILE
-delete
/usr/bin/find
${
REPOPATH
}
-name
'*updateinfo.xml*'
-not
-name
$UPDXMLFILE
-printf
"removed '%f'
\n
"
-delete
fi
# Keep the current yaml.gz file and remove the older one
MODULEFILE
=
$(
sed
'/yaml.gz/!d; s/.*repodata\/\(.*\)".*/\1/'
${
REPOPATH
}
/repodata/repomd.xml
)
if
[
-f
"
$MODULEFILE
"
]
;
then
/usr/bin/find
${
REPOPATH
}
-name
'*module*.yaml*'
-not
-name
$MODULEFILE
-delete
/usr/bin/find
${
REPOPATH
}
-name
'*module*.yaml*'
-not
-name
$MODULEFILE
-printf
"removed '%f'
\n
"
-delete
fi
fi
# end of if [[ $RUN_CREATEREPO -eq 1 ]]
...
...
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