Open cholcombe973 opened 8 years ago
Hi cholcombe973, did you want to build vsm deb packages? You can run the 'buildvsm.sh' script under the 'virtual-storage-manager-2.1.0'. So you can get the packages under the folder named 'virtual-storage-manager-2.1.0/vsmrepo'.
Yes I'd like to build the vsm deb packages so they can be included in ubuntu's repo's.
cd virtual-storage-manager
git checkout 2.1
cd source/python-vsmclient
python setup.py sdist
cp dist/python-vsmclient-2.1.0.post312.tar.gz ../../ubuntu14/
cd ../../ubuntu14/
ln -s python-vsmclient-2.1.0.post312.tar.gz python-vsmclient_2.1.0.orig.tar.gz
cd python-vsmclient/
dch -i
update debian/changelog with new version:
python-vsmclient (1:2.1.0-0ubuntu2) UNRELEASED; urgency=medium
* New upstream release.
-- Corey Bryant <corey.bryant@canonical.com> Wed, 15 Jun 2016 12:09:35 -0400
python-vsmclient (2015.03-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- root <intel@intel.com> Wed, 01 Apr 2015 14:30:32 +0800
mv install-python-vsmclient.sh .. # this will mess up the install, but leaving the file here makes debuild -S fail
debuild -S
If you check out the source from master and cd into ubuntu14 it errors out when you run debuild: