Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
5a3c6ef1
Commit
5a3c6ef1
authored
Jul 20, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm update --content-index: ignore errors
parent
55c1a6c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
epm-sh-altlinux-contents-index
bin/epm-sh-altlinux-contents-index
+9
-1
No files found.
bin/epm-sh-altlinux-contents-index
View file @
5a3c6ef1
...
...
@@ -43,6 +43,11 @@ get_local_alt_mirror_path()
ALT_CONTENTS_INDEX_LIST
=
$epm_cachedir
/contents_index/contents_index_list
__rsync_check
()
{
a
=
rsync
-n
"
$1
"
>
/dev/null 2>/dev/null
}
# URL TARGETDIR OPTIONS
rsync_alt_contents_index
()
{
...
...
@@ -50,6 +55,9 @@ rsync_alt_contents_index()
local
TD
=
"
$2
"
local
res
assure_exists rsync
__rsync_check
"
$URL
"
||
return
mkdir
-p
"
$(
dirname
"
$TD
"
)
"
if
[
-z
"
$quiet
"
]
;
then
docmd rsync
--partial
--inplace
$3
-a
--progress
"
$URL
"
"
$TD
"
...
...
@@ -74,7 +82,7 @@ get_url_to_etersoft_mirror()
# "comment" "file"
__add_to_contents_index_list
()
{
[
-n
"
$
quiet
"
]
||
echo
"
$1
->
$2
"
[
-n
"
$
verbose
"
]
&&
echo
"
$1
->
$2
"
echo
"
$2
"
>>
$ALT_CONTENTS_INDEX_LIST
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment