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
0194d93c
Commit
0194d93c
authored
Jun 29, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix simulate
parent
ad37cea8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
epm-simulate
bin/epm-simulate
+9
-3
No files found.
bin/epm-simulate
View file @
0194d93c
...
...
@@ -67,7 +67,9 @@ _epm_do_simulate()
LC_ALL
=
C store_output sudocmd yum
--assumeno
install
$filenames
__check_yum_result
$RC_STDOUT
$?
else
LC_ALL
=
C
echo
n | store_output sudocmd yum
install
$filenames
LC_ALL
=
C store_output sudocmd yum
install
$filenames
<<
EOF
n
EOF
__check_yum_result
$RC_STDOUT
$?
fi
RES
=
$?
...
...
@@ -93,9 +95,13 @@ _epm_do_simulate()
done
return
$res
;;
pacman
)
LC_ALL
=
C
echo
no | store_output sudocmd pacman
-v
-S
$filenames
LC_ALL
=
C store_output sudocmd pacman
-v
-S
$filenames
<<
EOF
no
EOF
__check_pacman_result
$RC_STDOUT
$?
return
;;
RES
=
$?
clean_store_output
return
$RES
;;
slackpkg
)
#docmd /usr/sbin/slackpkg -batch=on -default_answer=yes download
# just try search every package
...
...
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