debian/salsa-ci.yml created by gem2deb [was: Re: RFS: ruby-wisper and ruby-necromancer]

2020-02-11 Thread Georg Faerber
On 20-02-12 05:04:53, Utkarsh Gupta wrote:
> Whilst there's debian/salsa-ci.yml in the template, it still doesn't
> seem to work.
> It didn't work for me either. And Antonio is aware of this.

I'm not aware, mind to elaborate? What does not work, specifically?



Re: debian/salsa-ci.yml created by gem2deb [was: Re: RFS: ruby-wisper and ruby-necromancer]

2020-02-11 Thread Utkarsh Gupta
Hi Georg,

On Tue, Feb 11, 2020 at 6:41 PM Georg Faerber  wrote:
> > Whilst there's debian/salsa-ci.yml in the template, it still doesn't
> > seem to work.
> > It didn't work for me either. And Antonio is aware of this.
>
> I'm not aware, mind to elaborate? What does not work, specifically?

When packaging a new gem, using gem2deb doesn't create a
debian/salsa-ci.yml file.
For instance, gem2deb dry-types. This will not yield a salsa-ci.yml
file, whilst it should.


Best,
Utkarsh



Re: debian/salsa-ci.yml created by gem2deb [was: Re: RFS: ruby-wisper and ruby-necromancer]

2020-02-11 Thread Georg Faerber
On 20-02-11 19:12:45, Utkarsh Gupta wrote:
> When packaging a new gem, using gem2deb doesn't create a
> debian/salsa-ci.yml file.
> For instance, gem2deb dry-types. This will not yield a salsa-ci.yml
> file, whilst it should.

Works for me (using 0.45), if it doesn't for you, we should investigate,
maybe there is a bug lurking, somewhere.



Re: debian/salsa-ci.yml created by gem2deb [was: Re: RFS: ruby-wisper and ruby-necromancer]

2020-02-11 Thread Utkarsh Gupta
On Tue, Feb 11, 2020 at 7:24 PM Georg Faerber  wrote:
> Works for me (using 0.45), if it doesn't for you, we should investigate,
> maybe there is a bug lurking, somewhere.

I am using the latest version. 1.0.4.
Maybe this should help us now \o/


Best,
Utkarsh



Re: debian/salsa-ci.yml created by gem2deb [was: Re: RFS: ruby-wisper and ruby-necromancer]

2020-02-12 Thread Georg Faerber
Hi,

On 20-02-12 15:40:23, Daniel Leidert wrote:
>I think I found the culprit and also fixed it. The .gitattributes file
>inside the template directory prevents itself and salsa-ci.yml from
>being exported into the gem2deb source and therefor into the package,
>where both are missing.
>I now added a .gitattributes file into gem2deb's root overriding the
>export-ignore attribute's value for all files inside the template
>directory and the exported source now has both files. So after testing
>it (maybe add a test to check, both are created?) another upload might
>be in order :)

Thanks for debugging and fixing!

Cheers!