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
f26688e6
Commit
f26688e6
authored
May 30, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unset BASH_ENV after HOME is changed
parent
88e8e6fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
epm-create_fake
bin/epm-create_fake
+1
-0
epm-epm_install
bin/epm-epm_install
+1
-1
epm-pack
bin/epm-pack
+1
-1
epm-repack-rpm
bin/epm-repack-rpm
+1
-0
No files found.
bin/epm-create_fake
View file @
f26688e6
...
...
@@ -131,6 +131,7 @@ epm_create_fake()
__assure_exists_rpmbuild
HOME
=
"
$(
mktemp
-d
--tmpdir
=
$BIGTMPDIR
)
"
||
fatal
unset
BASH_ENV
remove_on_exit
$HOME
export
HOME
__create_rpmmacros
...
...
bin/epm-epm_install
View file @
f26688e6
...
...
@@ -69,7 +69,7 @@ __epm_korinf_install_eepm()
info
"Check https://bugzilla.altlinux.org/44314 for reasons."
info
"You can install eepm package from Korinf manually, check instruction at https://eepm.ru"
info
info
"Trying update eepm from the stable ALT repository ..."
info
"Trying update eepm from the stable ALT
$DISTRVERSION
repository ..."
docmd epm
install
eepm
return
fi
...
...
bin/epm-pack
View file @
f26688e6
...
...
@@ -45,7 +45,7 @@ __epm_pack_run_handler()
[
-n
"
$debug
"
]
&&
bashopt
=
'-x'
#info "Running $($script --description 2>/dev/null) ..."
# TODO: add url info here
(
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
export
HOME
=
$(
pwd
)
;
docmd
$CMDSHELL
$bashopt
$repackcode
"
$tarname
"
"
$filefortarname
"
"
$packversion
"
"
$url
"
)
||
fatal
(
unset
BASH_ENV
;
unset
EPMCURDIR
;
export
PATH
=
$SCPATH
;
export
HOME
=
$(
pwd
)
;
docmd
$CMDSHELL
$bashopt
$repackcode
"
$tarname
"
"
$filefortarname
"
"
$packversion
"
"
$url
"
)
||
fatal
returntarname
=
"
$(
cat
"
$filefortarname
"
)
"
||
fatal
'pack script $repackcode didn'
\'
't set tarname'
local
i
...
...
bin/epm-repack-rpm
View file @
f26688e6
...
...
@@ -122,6 +122,7 @@ __epm_repack_to_rpm()
# TODO: keep home?
HOME
=
"
$(
mktemp
-d
--tmpdir
=
$BIGTMPDIR
)
"
||
fatal
unset
BASH_ENV
remove_on_exit
$HOME
export
HOME
__create_rpmmacros
...
...
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