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
1
Merge Requests
1
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
788f9abe
Commit
788f9abe
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack/play: don't export EPM_VERBOSE anymore
parent
722b9b25
master
devel
new3
todo-packd
todo-serv-user
tt1
Tags unavailable
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
epm-pack
bin/epm-pack
+2
-1
epm-play
bin/epm-play
+2
-1
No files found.
bin/epm-pack
View file @
788f9abe
...
...
@@ -40,12 +40,13 @@ __epm_pack()
export
SUDO
local
bashopt
=
''
[
-n
"
$verbose
"
]
&&
bashopt
=
'-x'
&&
export
EPM_VERBOSE
=
"
$verbose
"
[
-n
"
$verbose
"
]
&&
bashopt
=
'-x'
#info "Running $($script --description 2>/dev/null) ..."
docmd
$CMDSHELL
$bashopt
$repackcode
"
$tarname
"
"
$filefortarname
"
||
fatal
returntarname
=
"
$(
cat
"
$filefortarname
"
)
"
||
fatal
"pack script
$repackcode
didn't set tarname"
if
[
-n
"
$download_only
"
]
;
then
echo
cp
$returntarname
.
return
fi
...
...
This diff is collapsed.
Click to expand it.
bin/epm-play
View file @
788f9abe
...
...
@@ -151,10 +151,11 @@ __epm_play_run()
set_sudo
export
SUDO
# keep EPM_AUTO for non epm code (epm uses EPM_OPTIONS now)
[
-n
"
$non_interactive
"
]
&&
export
EPM_AUTO
=
"--auto"
local
bashopt
=
''
[
-n
"
$verbose
"
]
&&
bashopt
=
'-x'
&&
export
EPM_VERBOSE
=
"
$verbose
"
[
-n
"
$verbose
"
]
&&
bashopt
=
'-x'
#info "Running $($script --description 2>/dev/null) ..."
docmd
$CMDSHELL
$bashopt
$script
"
$@
"
}
...
...
This diff is collapsed.
Click to expand it.
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