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
5259eec6
Commit
5259eec6
authored
Mar 09, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-addrepo: implement task repo via full url
parent
f6caa704
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
epm-addrepo
bin/epm-addrepo
+8
-5
No files found.
bin/epm-addrepo
View file @
5259eec6
...
...
@@ -73,7 +73,7 @@ __epm_addrepo_etersoft_addon()
fi
}
__epm_addrepo_alt_repo
()
__epm_addrepo_
main_
alt_repo
()
{
local
comp
local
sign
...
...
@@ -95,7 +95,7 @@ get_archlist()
echo
"
$DISTRARCH
"
case
$DISTRARCH
in
x86_64
)
echo
"i586"
echo
"
x86_64-
i586"
;;
esac
}
...
...
@@ -293,17 +293,20 @@ __epm_addrepo_altlinux()
assure_exists apt-repo
if
tasknumber
"
$repo
"
>
/dev/null
;
then
sudocmd_foreach
"apt-repo
$dryrun
add"
$(
tasknumber
"
$repo
"
)
#sudocmd_foreach "apt-repo $dryrun add" $(tasknumber "$repo")
for
i
in
$repo
;
do
epm repo add
"https://git.altlinux.org/tasks/
$i
/build/repo"
done
return
fi
case
"
$repo
"
in
c10f2|c10f1|c9f2|c9f1|c9
)
__epm_addrepo_alt_repo
"
$repo
"
__epm_addrepo_
main_
alt_repo
"
$repo
"
return
;;
p11|p10|p9|p8
)
__epm_addrepo_alt_repo
"
$repo
"
__epm_addrepo_
main_
alt_repo
"
$repo
"
return
;;
esac
...
...
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