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
60a944bf
Commit
60a944bf
authored
Feb 08, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pack example eepm.conf
parent
43340341
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
10 deletions
+27
-10
Makefile
Makefile
+3
-0
eepm.spec
eepm.spec
+1
-10
eepm.conf
etc/eepm.conf
+23
-0
No files found.
Makefile
View file @
60a944bf
...
...
@@ -21,6 +21,9 @@ install:
install
-m
644
`ls
-1
bin/*
|
grep
"[-_]"
`
$(DESTDIR)$(pkgdatadir)/
rm
-f
$(DESTDIR)$(pkgdatadir)/distr_info
mkdir
-p
$(DESTDIR)$(sysconfdir)/eepm/
cp
-a
etc/eepm.conf
$(DESTDIR)$(sysconfdir)/eepm/
mkdir
-p
$(DESTDIR)$(mandir)/man1
cp
-a
`ls
-1
man/*`
$(DESTDIR)$(mandir)/man1/
...
...
eepm.spec
View file @
60a944bf
...
...
@@ -76,17 +76,8 @@ This package contains yum like frontend for Etersoft EPM package manager.
#install -m 0755 packed/epm.sh %buildroot/%_datadir/%name/epm-packed.sh
#install -m 0755 packed/serv.sh %buildroot/%_datadir/%name/serv-packed.sh
mkdir -p %buildroot%_sysconfdir/eepm/
cat <<EOF >%buildroot%_sysconfdir/eepm/eepm.conf
# EEPM config (will insource in epm shell script)
# Not known variable yet
#verbose=--verbose
#quiet==--quiet
EOF
cat <<EOF >%buildroot%_sysconfdir/eepm/serv.conf
#
EEPM
config (will insource in serv shell script)
#
serv
config (will insource in serv shell script)
EOF
mkdir -p %buildroot%_sysconfdir/eepm/repack.d/
...
...
etc/eepm.conf
0 → 100644
View file @
60a944bf
# Set some internal variables by default
# can be set with env var EPM_VERBOSE
#verbose=--verbose
#quiet=1
#nodeps=--nodeps
#noremove=--no-remove
#dryrun=--dry-run
#force=--force
#repack=--repack
#inscript=1
#scripts=--scripts
#noscripts=--noscripts
#short=--short
#direct=--direct
#sort=<arg>
# can be set with env var EPM_AUTO
#non_interactive=--auto
#interactive=--interactive
#force_yes=--force-yes
#skip_installed=1
#skip_missed=1
#show_command_only=1
#epm_cmd=
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