Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
7a9373bd
Commit
7a9373bd
authored
Dec 13, 2011
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add HA resource agent
parent
45dbd87e
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
492 additions
and
3 deletions
+492
-3
Makefile
bin/Makefile
+1
-1
Makefile
bin/ocf/Makefile
+17
-0
pvevm
bin/ocf/pvevm
+465
-0
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+3
-2
No files found.
bin/Makefile
View file @
7a9373bd
include
../defines.mk
SUBDIRS
=
init.d cron
test
SUBDIRS
=
init.d cron
ocf
test
SCRIPTS
=
\
vzdump
\
...
...
bin/ocf/Makefile
0 → 100644
View file @
7a9373bd
include
../../defines.mk
all
:
SCRIPTS
=
pvevm
.PHONY
:
install
install
:
${SCRIPTS}
install
-d
${
HARADIR
}
install
-m
0755
${
SCRIPTS
}
${
HARADIR
}
.PHONY
:
distclean
distclean
:
clean
.PHONY
:
clean
clean
:
rm
-rf
*
~
bin/ocf/pvevm
0 → 100755
View file @
7a9373bd
This diff is collapsed.
Click to expand it.
debian/changelog.Debian
View file @
7a9373bd
pve-manager (2.0-15) unstable; urgency=low
* add HA resource agent
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2011 10:18:20 +0100
pve-manager (2.0-14) unstable; urgency=low
* add Japanese translation (many thanks to Koichi!)
...
...
defines.mk
View file @
7a9373bd
...
...
@@ -2,13 +2,14 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=1
4
PACKAGERELEASE=1
5
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
MAN1DIR=${DESTDIR}/usr/share/man/man1
CRONDAILYDIR=${DESTDIR}/etc/cron.daily
INITDBINDIR=${DESTDIR}/etc/init.d/
INITDBINDIR=${DESTDIR}/etc/init.d
HARADIR=${DESTDIR}/usr/share/cluster
DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
PODDIR=${DESTDIR}/usr/share/doc/${PACKAGE}/pod
WWWBASEDIR=${DESTDIR}/usr/share/${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