Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
faa905d8
Commit
faa905d8
authored
Aug 26, 2013
by
Nikos Skalkotos
Browse files
Merge the 2 debian directories into one
parent
df3b3b53
Changes
18
Hide whitespace changes
Inline
Side-by-side
snf-image-host/
debian/changelog
→
debian/changelog
View file @
faa905d8
File moved
snf-image-helper/
debian/compat
→
debian/compat
View file @
faa905d8
File moved
snf-image-host/
debian/control
→
debian/control
View file @
faa905d8
...
...
@@ -26,3 +26,18 @@ Description: Image Based Ganeti OS Provider
This package provides an OS Provider for Ganeti, that allows the
installation of predefined or custom Images. It is the main provider
of the Synnefo Cloud Management Software.
Package: snf-image-helper
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, xmlstarlet,
e2fsprogs (>= 1.41.12), ntfs-3g, ntfsprogs, parted, reglookup, chntpw,
eatmydata, socat, iproute, xenstore-utils, gdisk, ufsutils
Description: Requisite for the snf-image Ganeti OS Provider
This package needs to be installed in the Helper VM that is
used by the snf-image-host Ganeti OS Provider. It implements the
communication between the OS Provider and the VM that customizes
the newly created Image.
.
The snf-image-host package should be installed on the host machine.
The snf-image-helper package should be installed inside the VM,
which is used by the snf-image-host package to customize the Image.
snf-image-host/
debian/copyright
→
debian/copyright
View file @
faa905d8
...
...
@@ -7,7 +7,7 @@ Files: *
Copyright: Copyright (C) 2011, 2012, 2013 Greek Research and Technology Network
Licence: GPL-2
Files: common.sh.in
Files:
snf-image-host/
common.sh.in
Copyright: Copyright (C) 2011, 2012, 2013 Greek Research and Technology Network
Copyright (C) 2007, 2008, 2009 Google Inc.
Licence: GPL-2
...
...
debian/rules
0 → 100755
View file @
faa905d8
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_clean:
dh_auto_clean -Dsnf-image-host
cd snf-image-host; rm -rf autotools; \
rm -f Makefile.in aclocal.m4 configure config.status config.log
dh_auto_clean -Dsnf-image-helper
cd snf-image-helper ; rm -rf autotools; \
rm -f Makefile.in aclocal.m4 configure config.status config.log tasks/Makefile.in
override_dh_auto_build:
dh_auto_build -Dsnf-image-host
dh_auto_build -Dsnf-image-helper
override_dh_auto_configure:
cd snf-image-host; ./autogen.sh
dh_auto_configure -Dsnf-image-host --enable-version-consistency-check
cd snf-image-helper; ./autogen.sh
dh_auto_configure -Dsnf-image-helper
override_dh_auto_install:
dh_auto_install -Dsnf-image-host --destdir=debian/snf-image
dh_auto_install -Dsnf-image-helper --destdir=debian/snf-image-helper
override_dh_install:
dh_install
install -D -m 0600 snf-image-host/defaults $(CURDIR)/debian/snf-image/etc/default/snf-image
rm $(CURDIR)/debian/snf-image-helper/usr/share/doc/snf-image-helper/COPYING
override_dh_fixperms:
dh_fixperms --exclude debian/snf-image/etc/default/snf-image
snf-image-helper
/debian/
control
→
debian/
snf-image-helper
.
control
View file @
faa905d8
File moved
snf-image
-host/debian/
dirs
→
debian/
snf-image
.
dirs
View file @
faa905d8
File moved
snf-image
-host/debian/
install
→
debian/
snf-image
.
install
View file @
faa905d8
repo_pinning.pref etc/snf-image/apt.pref.d
snf
-
image
-
host
/
repo_pinning
.
pref
etc
/
snf
-
image
/
apt
.
pref
.
d
debian
/
version_pinning
.
pref
etc
/
snf
-
image
/
apt
.
pref
.
d
multistrap.conf etc/snf-image
snf
-
image
-
host
/
multistrap
.
conf
etc
/
snf
-
image
snf-image
-host/debian/
postinst
→
debian/
snf-image
.
postinst
View file @
faa905d8
File moved
snf-image-host/
debian/version_pinning.pref
→
debian/version_pinning.pref
View file @
faa905d8
File moved
snf-image-helper/debian/changelog
deleted
100644 → 0
View file @
df3b3b53
snf-image-helper (0.9.1-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Thu, 16 May 2013 15:11:52 +0300
snf-image-helper (0.9-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 23 Apr 2013 14:38:09 +0300
snf-image-helper (0.8.1-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 12 Mar 2013 18:43:03 +0200
snf-image-helper (0.8-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 11 Mar 2013 16:00:12 +0200
snf-image-helper (0.7.6-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 21 Jan 2013 18:52:32 +0200
snf-image-helper (0.7.5-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Thu, 17 Jan 2013 14:53:54 +0200
snf-image-helper (0.7.4-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 08 Jan 2013 16:35:14 +0200
snf-image-helper (0.7.3-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 04 Jan 2013 18:21:23 +0200
snf-image-helper (0.7.2-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 04 Jan 2013 16:53:31 +0200
snf-image-helper (0.7.1-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 07 Dec 2012 18:30:10 +0200
snf-image-helper (0.7-2) stable; urgency=low
* Update the debian version to comply with snf-image-host
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 03 Dec 2012 17:28:39 +0200
snf-image-helper (0.7-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 03 Dec 2012 17:28:39 +0200
snf-image-helper (0.6.5-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 20 Nov 2012 12:20:20 +0200
snf-image-helper (0.6.4-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Thu, 15 Nov 2012 16:34:01 +0200
snf-image-helper (0.6.3-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 13 Nov 2012 12:43:35 +0200
snf-image-helper (0.6.2-2) stable; urgency=low
* Fix package content
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 12 Oct 2012 13:51:43 +0300
snf-image-helper (0.6.1-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 05 Oct 2012 16:03:12 +0300
snf-image-helper (0.6-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 14 Sep 2012 16:48:57 +0300
snf-image-helper (0.5-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 31 Aug 2012 12:26:47 +0300
snf-image-helper (0.4.2-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 29 Jun 2012 13:46:37 +0300
snf-image-helper (0.4.1-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Tue, 29 May 2012 11:47:51 +0300
snf-image-helper (0.4-1) stable; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 18 May 2012 12:27:46 +0300
snf-image-helper (0.3.6-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Fri, 30 Mar 2012 10:43:30 +0300
snf-image-helper (0.3.5-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 26 Mar 2012 20:37:09 +0300
snf-image-helper (0.3.4-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 05 Mar 2012 18:32:49 +0200
snf-image-helper (0.3.3-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Wed, 29 Feb 2012 12:47:25 +0200
snf-image-helper (0.3.2-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Mon, 06 Feb 2012 17:50:28 +0200
snf-image-helper (0.3.1-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Thu, 26 Jan 2012 13:29:57 +0200
snf-image-helper (0.3-1) UNRELEASED; urgency=low
* New upstream version
-- Nikos Skalkotos <skalkoto@grnet.gr> Thu, 12 Jan 2012 14:09:10 +0200
snf-image-helper (0.2-1) UNRELEASED; urgency=low
* New upstream version
-- Constantinos Venetsanopoulos <cven@grnet.gr> Tue, 22 Nov 2011 17:18:28 +0300
snf-image-helper (0.1.2-1) UNRELEASED; urgency=low
* New upstream version
-- Constantinos Venetsanopoulos <cven@grnet.gr> Thu, 20 Oct 2011 13:24:28 +0300
snf-image-helper (0.1.1-1) UNRELEASED; urgency=low
* New upstream version (bugfix)
-- Constantinos Venetsanopoulos <cven@grnet.gr> Mon, 17 Oct 2011 13:24:28 +0300
snf-image-helper (0.1-1) UNRELEASED; urgency=low
* Initial release
-- Constantinos Venetsanopoulos <cven@grnet.gr> Tue, 04 Oct 2011 13:04:28 +0300
snf-image-helper/debian/copyright
deleted
100644 → 0
View file @
df3b3b53
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
Upstream-Name: snf-image-helper
Upstream-Contact: Nikos Skalkotos <skalkoto@grnet.gr>
Source: https://code.grnet.gr/projects/snf-image
Files: *
Copyright: Copyright (C) 2011, 2012, 2013 Greek Research and Technology Network
Licence: GPL-2
Files: common.sh
Copyright: Copyright (C) 2011, 2012, 2013 Greek Research and Technology Network
Copyright (C) 2007, 2008, 2009 Google Inc.
Licence: GPL-2
Licence: GPL-2
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
snf-image-helper/debian/rules
deleted
100755 → 0
View file @
df3b3b53
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
./autogen.sh
dh_auto_configure
override_dh_auto_clean:
dh_auto_clean
rm -rf autotools
rm -f Makefile.in aclocal.m4 configure config.status config.log tasks/Makefile.in
override_dh_install:
dh_install
rm $(CURDIR)/debian/snf-image-helper/usr/share/doc/snf-image-helper/COPYING
snf-image-helper/debian/source/format
deleted
100644 → 0
View file @
df3b3b53
3.0 (quilt)
snf-image-host/debian/README
deleted
100644 → 0
View file @
df3b3b53
snf-image
=========
snf-image needs a helper image to perform its work. To generate or
update it, simply run:
# snf-image-update-helper
-- Nikos Skalkotos <skalkoto@grnet.gr>, Fri, 30 Nov 2012 18:58:21 +0200
snf-image-host/debian/compat
deleted
100644 → 0
View file @
df3b3b53
7
snf-image-host/debian/rules
deleted
100755 → 0
View file @
df3b3b53
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_clean:
dh_auto_clean
rm -rf autotools
rm -f Makefile.in aclocal.m4 configure config.status config.log
override_dh_auto_configure:
./autogen.sh
dh_auto_configure -- --enable-version-consistency-check
override_dh_install:
dh_install
install -D -m 0600 defaults $(CURDIR)/debian/snf-image/etc/default/snf-image
override_dh_fixperms:
dh_fixperms --exclude debian/snf-image/etc/default/snf-image
snf-image-host/debian/source/format
deleted
100644 → 0
View file @
df3b3b53
3.0 (quilt)
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