Hi there, Just uploaded version 0.2 of lsgvt to github<https://github.com/fvzwieten/lsgvt> . I have added commandline parsing and a few options: # lsgvt -h Usage: lsgvt [options] [volname..] This program lists the topology of Gluster volumes Options: --version show program's version number and exit -h, --help show this help message and exit -s SPACING, --spacing=SPACING The spacing between the leaves, defaults to 1 -w WIDTH, --width=WIDTH The width of the leaves, defaults to 2 -p VOLPATH, --path=VOLPATH Path to source file, defaults to /var/lib/glusterd/vols -a, --ascii Use ascii characters to draw lines instead of unicode Again, give it try and let me know if you have questions Cheers, Fred -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121229/9185bb31/attachment.html>
On Saturday 2012-12-29 17:00, Fred van Zwieten wrote:>Hi there, >Just uploaded version 0.2 of lsgvt to github.Git tags are missing, btw.
Fred van Zwieten
2012-Dec-30 17:10 UTC
[Gluster-users] [Gluster-devel] New release of lsgvt
Thanks Niels, I have just tagged the latest commit with tag "v0.2" Fred On Sun, Dec 30, 2012 at 1:51 PM, Niels de Vos <ndevos at redhat.com> wrote:> On Sun, Dec 30, 2012 at 10:40:57AM +0100, Fred van Zwieten wrote: > > Jan, > > > > I'm a newby when it comes to git. What are 'git tags'? > > The commit that marks your 0.2 version can be tagged. This makes it > easier for anyone to checkout the version without missing or additional > changes. > > For example: > > 1. create a tag > $ git tag lsgvt-0.2 f92699c645 > (f92699c645 is the last commit you made in github) > > 2. push the tag to the remote origin (like your github repo) > $ git push --tags origin > > 3. checkout the 0.2 release on a different machine > $ git clone git://github.com/fvzwieten/lsgvt.git > $ cd lsgvt > $ git checkout lsgvt-0.2 > > > And 'git tag --help' shows some more options and details. > > Cheers, > Niels > > > > > Fred > > > > > > > > > > > >Hi there, > > > >Just uploaded version 0.2 of lsgvt to github. > > > > > > Git tags are missing, btw. > > > > > > _______________________________________________ > > Gluster-devel mailing list > > Gluster-devel at nongnu.org > > https://lists.nongnu.org/mailman/listinfo/gluster-devel > > > -- > Niels de Vos > Sr. Software Maintenance Engineer > Support Engineering Group > Red Hat Global Support Services >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121230/927898b4/attachment.html>