You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.
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 <[email protected]> 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 <[email protected]> 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you check out the source from master and cd into ubuntu14 it errors out when you run debuild:
The text was updated successfully, but these errors were encountered: