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
07e19e83
Commit
07e19e83
authored
Apr 14, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed files
parent
b616fdd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
epm.sh
packed/epm.sh
+2
-7
No files found.
packed/epm.sh
View file @
07e19e83
...
...
@@ -1033,7 +1033,6 @@ update_repo_if_needed()
cd
/
if
!
__is_repo_info_downloaded
||
!
__is_repo_info_uptodate
;
then
load_helper epm-update
pkg_filenames
=
epm_update
fi
cd
-
>
/dev/null
...
...
@@ -1307,7 +1306,6 @@ epm_download()
__alt_local_content_filelist
()
{
load_helper epm-sh-altlinux
local
CI
=
"
$(
get_local_alt_contents_index
)
"
...
...
@@ -1848,7 +1846,6 @@ epm_install_files()
sudocmd pm
install
$@
return
;;
emerge
)
load_helper epm-install-emerge
sudocmd epm_install_emerge
$@
return
;;
pacman
)
...
...
@@ -2920,7 +2917,6 @@ epm_query_file()
[
-n
"
$pkg_filenames
"
]
||
fatal
"Run query without file names"
load_helper epm-search_file
for
pkg
in
$pkg_filenames
;
do
__do_query_real_file
"
$pkg
"
...
...
@@ -3332,7 +3328,8 @@ __fix_apt_sources_list()
[
-n
"
$SUDO
"
]
&&
fatal
"run only under root"
for
i
in
"
$@
"
;
do
[
-s
"
$i
"
]
||
continue
perl
-i
.bak
-pe
"
$SUBST_ALT_RULE
"
$i
#perl -i.bak -pe "$SUBST_ALT_RULE" $i
sed
-i
-e
-r
"
$SUBST_ALT_RULE
"
$i
done
}
...
...
@@ -3686,7 +3683,6 @@ epm_search()
__alt_local_content_search
()
{
load_helper epm-sh-altlinux
local
CI
=
"
$(
get_local_alt_contents_index
)
"
...
...
@@ -3757,7 +3753,6 @@ docmd $CMD $pkg_filenames
get_local_alt_contents_index
()
{
load_helper epm-repolist
epm_repolist |
grep
"rpm.*file:/"
|
sed
-e
"s|^rpm.*file:||g"
|
while
read
URL ARCH other
;
do
test
-d
"
$URL
/
$ARCH
"
||
continue
# fatal "Local mirror is not accessible via $URL/$ARCH"
...
...
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