Re: [pkg-go] autopkgtest

2016-05-25 Thread Martín Ferrari
On 25/05/16 10:11, Michael Hudson-Doyle wrote: > OK. Reload https://github.com/mwhudson/autodep8/compare/master...go-support > again? Looks good. Now, I still haven't delved into this. How could I test it? -- Martín Ferrari (Tincho) ___ Pkg-go-mainta

Re: [pkg-go] autopkgtest

2016-05-25 Thread Michael Hudson-Doyle
OK. Reload https://github.com/mwhudson/autodep8/compare/master...go-support again? Cheers, mwh On 22 May 2016 at 14:51, Martín Ferrari wrote: > On 20/05/16 22:35, Michael Hudson-Doyle wrote: > >> It won't work for debian packages that have go packages that fail tests >> (or fail to build!) in DH

Re: [pkg-go] autopkgtest

2016-05-21 Thread Martín Ferrari
On 20/05/16 22:35, Michael Hudson-Doyle wrote: > It won't work for debian packages that have go packages that fail tests > (or fail to build!) in DH_GOLANG_EXCLUDES. You could argue that such > packages are broken, but there are definitely a few in the archive. > Perhaps we should just patch those

Re: [pkg-go] autopkgtest

2016-05-20 Thread Michael Hudson-Doyle
On 21/05/2016 7:33 am, "Martín Ferrari" wrote: > > On 20/05/16 05:24, Michael Hudson-Doyle wrote: > > Somehow I don't have Martín's original mail... > > Here it is: > https://www.mail-archive.com/pkg-go-maintainers@lists.alioth.debian.org/msg03657.html > > On 20/05/16 05:51, Michael Hudson-Doyle w

Re: [pkg-go] autopkgtest

2016-05-20 Thread Martín Ferrari
On 20/05/16 05:24, Michael Hudson-Doyle wrote: > Somehow I don't have Martín's original mail... Here it is: https://www.mail-archive.com/pkg-go-maintainers@lists.alioth.debian.org/msg03657.html On 20/05/16 05:51, Michael Hudson-Doyle wrote: >> GOPATH=/usr/share/gocode go test -short $(perl >> -M

Re: [pkg-go] autopkgtest

2016-05-19 Thread Michael Hudson-Doyle
On 20 May 2016 at 16:24, Michael Hudson-Doyle wrote: > Somehow I don't have Martín's original mail... > > On 5 April 2016 at 15:40, Dmitry Smirnov wrote: >> On Thursday, 31 March 2016 1:59:14 AM AEST Martín Ferrari wrote: >>> So another approach was mentioned to me: autopkgtest. >>> >>> I know ab

Re: [pkg-go] autopkgtest

2016-05-19 Thread Michael Hudson-Doyle
On 20 May 2016 at 16:24, Michael Hudson-Doyle wrote: > > Yeah, I didn't know this automatic test control file thing was > possible! That's cool. I think a go one only needs to run something > like: > > GOPATH=/usr/share/gocode go test -short $(perl > -MDebian::Debhelper::Dh_Buildsystems -e 'builds

Re: [pkg-go] autopkgtest

2016-05-19 Thread Michael Hudson-Doyle
Somehow I don't have Martín's original mail... On 5 April 2016 at 15:40, Dmitry Smirnov wrote: > On Thursday, 31 March 2016 1:59:14 AM AEST Martín Ferrari wrote: >> So another approach was mentioned to me: autopkgtest. >> >> I know about that project for a while, as I saw pkg-perl people >> imple

Re: [pkg-go] autopkgtest

2016-04-04 Thread Dmitry Smirnov
On Thursday, 31 March 2016 1:59:14 AM AEST Martín Ferrari wrote: > So another approach was mentioned to me: autopkgtest. > > I know about that project for a while, as I saw pkg-perl people > implement it. But I did not follow any of the details. Today I took a > deeper look, and it seems that we w