Re: [Dorset] Using Github as a Bug Tracker

2017-07-20 Thread Ralph Corderoy
Hi Terry,

> Now I have a Github account

https://github.com/wmtprojectsteam

> I notice that the 'Issue' tab can be used as a bugtracker.  I've
> skimmed through the Help and it looks as if this would be ideal for
> us.

Can't think why not.

> The team at the moment consists of one young and very able IT student,
> me, one ex engineering manager / hardware developer and Clive.  The
> internal users are the Manager and staff of the WMT and possibly some
> of the other volunteers.

You four could have accounts so you can comment, and do whatever else
you configure it to allow.  And reports of possible problems from users
could filter through you lot in the existing ways, email and forum, to
save them the bother of registering and learning yet another thing.
They can always open the issue's link posted on the forum to read
discussion and progress, and register if motivated.

Cheers, Ralph.

-- 
Next meeting:  Bournemouth, Tuesday, 2017-08-01 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR

Re: [Dorset] Using Github as a Bug Tracker

2017-07-20 Thread Natalie Masse Hooper
At Google, I worked on a few open source projects hosted on Github, in
particular this one https://github.com/googlesamples/android-architecture
We used Github issues as a bug tracker and it was working quite well. As
you can see, we were using labels to sort the issues, we found this
necessary but we had a lot of issues coming in (as  you can see, it's quite
a popular project), you may not need to do this for yours. But yes, I would
recommend using it - you can comment on an issue, close an issue etc It
does the job of bug tracking (not as powerful/flexible as paid for bug
tracking software but much simpler to use so probably much better for your
project).

On Thu, Jul 20, 2017 at 7:58 AM, Terry Coles 
wrote:

> Hi,
>
> We've created a Github Repository for the Wimborne Model Town software and
> have made some commits of software currently being tested there.
>
> One topic that came up for discussion is the tracking of bugs.  Prior to
> this
> year it was all done by emails (very clunky) and more recently through the
> WMT
> Project Forum which is better, but not really designed for the job.
>
> Now I have a Github account I notice that the 'Issue' tab can be used as a
> bugtracker.  I've skimmed through the Help and it looks as if this would be
> ideal for us.  I'm sure many (most?) of you who develop for a living use
> Github, so what do you think of the Github Issue capability?  Would it be
> helpful for us or could it create more problems than it's worth?
>
> The team at the moment consists of one young and very able IT student, me,
> one
> ex engineering manager / hardware developer and Clive.  The internal users
> are
> the Manager and staff of the WMT and possibly some of the other volunteers.
>
> Any thoughts?
>
> --
>
>
>
> Terry Coles
>
> --
> Next meeting:  Bournemouth, Tuesday, 2017-08-01 20:00
> Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
> New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
> Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR
-- 
Next meeting:  Bournemouth, Tuesday, 2017-08-01 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR

Re: [Dorset] Using GitHub

2015-09-08 Thread Nathan Baum

On 2015-09-07 14:25, Terry Coles wrote:

Hi,

I'm trying to install Sonic Pi on my Kubuntu box (it's installed by default on 
the Pi,
but I thought it would be useful to have it running on my main machine).  There 
are
binary packages for Windows, Mac and the Pi, but nothing for x86 / amd64 based
Linux machines, so I thought I'd download the source and build it from scratch.
Unfortunately, I've stumbled at the first hurdle; getting the code from GitHub.

A quick google threw up 
https://www.miskatonic.org/2015/01/17/setting-up-sonic-pi-on-ubuntu/[1] .

About two screenfulls down it says, (amongst other things) to run:
git clone g...@github.com:samaaron/sonic-pi.git

This gives me:

terry@Optiplex:/usr/local/src$ sudo git clone g...@github.com:samaaron/sonic-
pi.git
Cloning into 'sonic-pi'...
The authenticity of host 'github.com (192.30.252.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of 
known
hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

A visit to the web page at https://github.com/samaaron/sonic-pi/[2]
implies that I need to sign up to access the code, so how do I do that from the
command line?

(I appreciate that once I'm signed up I can do what I want on the web page, but 
I'd
like to know how to do it through the console.)

(I have also spotted that I can download the whole thing as a zip file and this 
is
currently ongoing, but I'd still like to know how to do it the console way.)


Hi Terry,

I don't believe you can sign up to GitHub via the command line.

You'll have to use the https clone URL: 
https://github.com/samaaron/sonic-pi.git


The schema-less URL uses ssh. You do indeed have to have a GitHub 
account to use those, even for read-only access.


--
Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR


Re: [Dorset] Using GitHub

2015-09-07 Thread Tim Waugh
On Mon, 2015-09-07 at 14:25 +0100, Terry Coles wrote:
> A visit to the web page at https://github.com/samaaron/sonic-pi/
> implies that I need to sign up to access the code, so how do I do 
> that from the command line?

No, you don't need to sign up.

On the right-hand side of that page, should see "You can clone with
HTTPS, SSH, or Subversion" below a box with a URI in it. It should
already be labelled "HTTPS clone URL", in which case that's the one you
want.

If not, click on the 'HTTPS' link below the box, and it will show you
the right one.

When you click in that box it will highlight the entire URL ready for
you to copy and paste.

Tim.
*/


signature.asc
Description: This is a digitally signed message part
--
Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR

Re: [Dorset] Using GitHub

2015-09-07 Thread Victor Churchill
Hi Terry,
I'd also have thought that you would not want to be doing this with sudo -
just say 'git clone ...' from your regular account.
best of luck
victor


On 7 September 2015 at 17:29, Tim Waugh  wrote:

> On Mon, 2015-09-07 at 14:25 +0100, Terry Coles wrote:
> > A visit to the web page at https://github.com/samaaron/sonic-pi/
> > implies that I need to sign up to access the code, so how do I do
> > that from the command line?
>
> No, you don't need to sign up.
>
> On the right-hand side of that page, should see "You can clone with
> HTTPS, SSH, or Subversion" below a box with a URI in it. It should
> already be labelled "HTTPS clone URL", in which case that's the one you
> want.
>
> If not, click on the 'HTTPS' link below the box, and it will show you
> the right one.
>
> When you click in that box it will highlight the entire URL ready for
> you to copy and paste.
>
> Tim.
> */
>
> --
> Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
> Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
> New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
> Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR
>



-- 
best regards,
웃
Victor Churchill,
Bournemouth
--
Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR

Re: [Dorset] Using GitHub

2015-09-07 Thread Terry Coles
On Monday 07 Sep 2015 17:34:29 Victor Churchill wrote:
> Hi Terry,
> I'd also have thought that you would not want to be doing this with sudo -
> just say 'git clone ...' from your regular account.

The reason I was using sudo is that the page that I referenced (and Sam 
Aaron's documentation) puts the code into /usr/src.

-- 

Terry Coles



--
Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR


Re: [Dorset] Using GitHub

2015-09-07 Thread Terry Coles
On Monday 07 Sep 2015 17:29:42 Tim Waugh wrote:
> On Mon, 2015-09-07 at 14:25 +0100, Terry Coles wrote:
> > A visit to the web page at https://github.com/samaaron/sonic-pi/
> > implies that I need to sign up to access the code, so how do I do
> > that from the command line?
> 
> No, you don't need to sign up.
> 
> On the right-hand side of that page, should see "You can clone with
> HTTPS, SSH, or Subversion" below a box with a URI in it. It should
> already be labelled "HTTPS clone URL", in which case that's the one you
> want.
> 
> If not, click on the 'HTTPS' link below the box, and it will show you
> the right one.
> 
> When you click in that box it will highlight the entire URL ready for
> you to copy and paste.

Thanks Tim.  That'll teach me to believe everything I read on the internet :-)

-- 

Terry Coles



--
Next meeting:  Bournemouth, Tuesday, 2015-10-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR