Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-node
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
cc-node
Commits
97543716
Commit
97543716
authored
12 years ago
by
Anael Beutot
Browse files
Options
Downloads
Patches
Plain Diff
Fix debian packaging
parent
305162c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/cc-node-hypervisor.postinst
+0
-19
0 additions, 19 deletions
debian/cc-node-hypervisor.postinst
debian/cc-node.postinst
+10
-1
10 additions, 1 deletion
debian/cc-node.postinst
debian/control
+3
-2
3 additions, 2 deletions
debian/control
with
13 additions
and
22 deletions
debian/cc-node-hypervisor.postinst
deleted
100644 → 0
+
0
−
19
View file @
305162c9
#!/bin/sh
set
-e
case
"
$1
"
in
configure
)
;;
abort-upgrade|abort-remove|abort-deconfigure
)
;;
*
)
echo
"postinst called with unknown argument
`
$1
`
"
>
&2
exit
1
;;
esac
#DEBHELPER#
exit
0
This diff is collapsed.
Click to expand it.
debian/cc-node.postinst
+
10
−
1
View file @
97543716
...
...
@@ -20,7 +20,16 @@ if [ -f "$CONF" ]; then
fi
fi
#DEBHELPER#
# hardcode debhelpers to start the daemon after pycentral
# Automatically added by dh_pycentral
rm
-f
/var/lib/pycentral/cc-node.pkgremove
if
which pycentral
>
/dev/null 2>&1
;
then
pycentral pkginstall cc-node
if
grep
-qs
'^cc-node$'
/var/lib/pycentral/delayed-pkgs
;
then
sed
-i
'/^cc-node$/d'
/var/lib/pycentral/delayed-pkgs
fi
fi
# End automatically added section
# Workaround to restart node after pycentral
if
[
-x
"/etc/init.d/cc-node"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
3
−
2
View file @
97543716
Source: cc-node
Section: python
Priority: optional
Maintainer: Ana
ë
l Beutot <anael.beutot@smartjog.com>
Maintainer: Ana
e
l Beutot <anael.beutot@smartjog.com>
Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python
XS-Python-Version: >= 2.6
Standards-Version: 3.9.1
...
...
@@ -15,5 +15,6 @@ Description: CloudControl node
Package: cc-node-hypervisor
Architecture: all
Depends: cc-node (= ${binary:Version}), python-libvirt, drbd8-utils
Depends:
${misc:Depends},
cc-node (= ${binary:Version}), python-libvirt, drbd8-utils
Description: CC-node meta package for use with KVM hypervisor.
This package provides node of CloudControl with hypervisor capabilities.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment