Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
evz
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
Тимофей Смирнов
evz
Commits
f3b86b6f
Commit
f3b86b6f
authored
Feb 25, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.3.0-alt1
- move the script to /usr/bin - add qm (qemu) support - allow all/ALL for stop - fix destroy listing - add pct support
parent
7fa3d8bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
Makefile
Makefile
+5
-5
evz.spec
evz.spec
+9
-2
No files found.
Makefile
View file @
f3b86b6f
...
...
@@ -4,14 +4,14 @@ pkgdatadir=$(datadir)/evz
instpkgdatadir
=
/usr/share/evz
install
:
mkdir
-p
$(DESTDIR)$(
s
bindir)
/
mkdir
-p
$(DESTDIR)$(bindir)
/
# breaks link
#install -m 755 `ls -1 bin/* | grep -v "-"`
$(DESTDIR)$(
s
bindir)
/
cp
-a
`
ls
-1
bin/
*
|
grep
-v
"-"
`
$(DESTDIR)$(
s
bindir)
/
chmod
0755
$(DESTDIR)$(
s
bindir)
/
*
#install -m 755 `ls -1 bin/* | grep -v "-"`
$(DESTDIR)$(bindir)
/
cp
-a
`
ls
-1
bin/
*
|
grep
-v
"-"
`
$(DESTDIR)$(bindir)
/
chmod
0755
$(DESTDIR)$(bindir)
/
*
# hack to replace path
sed
-e
"s|SHAREDIR=.*|SHAREDIR=$(instpkgdatadir)|g"
-e
"s|@VERSION@|$(version)|g"
<bin/evz
>$(DESTDIR)$(
s
bindir)/evz
sed
-e
"s|SHAREDIR=.*|SHAREDIR=$(instpkgdatadir)|g"
-e
"s|@VERSION@|$(version)|g"
<bin/evz
>$(DESTDIR)$(bindir)/evz
mkdir
-p
$(DESTDIR)$(pkgdatadir)/
install
-m
644
`ls
-1
bin/*
|
grep
"-"
`
$(DESTDIR)$(pkgdatadir)/
...
...
evz.spec
View file @
f3b86b6f
Name: evz
Version: 0.
2
.0
Version: 0.
3
.0
Release: alt1
Summary: OpenVZ control tool
...
...
@@ -34,12 +34,19 @@ install -D -m 0644 bash_completion/evz %buildroot%_sysconfdir/bash_completion.d/
%files
#doc README LICENSE TODO
%_
s
bindir/evz
%_bindir/evz
%_datadir/%name/
%_man8dir/*
%_sysconfdir/bash_completion.d/evz
%changelog
* Tue Feb 25 2020 Vitaly Lipatov <lav@altlinux.ru> 0.3.0-alt1
- move the script to /usr/bin
- add qm (qemu) support
- allow all/ALL for stop
- fix destroy listing
- add pct support
* Mon Feb 24 2020 Vitaly Lipatov <lav@altlinux.ru> 0.2.0-alt1
- refactoring with initial docker support
- evz-openvz: don't use vz commands directly
...
...
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