Re: How to easily automate test builds in a COPR project

2021-07-29 Thread Pavel Valena
Hello Richard, we're currently evaluating a proper approach with the Packit team, to deduplicate (and optimize) the work, as I've written a set of tools for such automation: https://github.com/pvalena/theprototype https://www.youtube.com/watch?v=gUjwSj6iypw_channel=DevConf Currently does not

Re: How to easily automate test builds in a COPR project

2021-01-05 Thread Tomas Tomecek
On Thu, Dec 31, 2020 at 3:46 PM Till Maas wrote: > > Hi, > > On Thu, Dec 31, 2020 at 07:58:53AM -0600, Richard Shaw wrote: > > > 4. Build the packages in COPR. > > > > Easy enough using a bash script but is there a better way? > > packit allows to create test builds in COPR based on GitHub PRs

Re: How to easily automate test builds in a COPR project

2021-01-04 Thread Pavel Raiskup
On Saturday, January 2, 2021 2:49:21 PM CET Richard Shaw wrote: > It's still manually initiated, but I wrote a bash script which takes care > of the process nicely. > > I just pass the package name and the test version and then: > > 1. It clones the package in a temporary directory > 2. Used sed

Re: How to easily automate test builds in a COPR project

2021-01-02 Thread Richard Shaw
It's still manually initiated, but I wrote a bash script which takes care of the process nicely. I just pass the package name and the test version and then: 1. It clones the package in a temporary directory 2. Used sed to change the alpha macro from 0 to 1 which I use to control the Source URL

Re: How to easily automate test builds in a COPR project

2021-01-01 Thread clime
On Thu, 31 Dec 2020 at 14:59, Richard Shaw wrote: > > I maintain a suite of ham radio related packages. The developer is very > active and often creates test versions adding and incrementing the "tweak" > part of the version which is removed for the full releases and the patch > level

Re: How to easily automate test builds in a COPR project

2021-01-01 Thread Richard Shaw
On Thu, Dec 31, 2020 at 8:41 AM Till Maas wrote: > Hi, > > On Thu, Dec 31, 2020 at 07:58:53AM -0600, Richard Shaw wrote: > > > 4. Build the packages in COPR. > > > > Easy enough using a bash script but is there a better way? > > packit allows to create test builds in COPR based on GitHub PRs and

Re: How to easily automate test builds in a COPR project

2020-12-31 Thread Till Maas
Hi, On Thu, Dec 31, 2020 at 07:58:53AM -0600, Richard Shaw wrote: > 4. Build the packages in COPR. > > Easy enough using a bash script but is there a better way? packit allows to create test builds in COPR based on GitHub PRs and probably also releases. Maybe this can make it easier for you,

How to easily automate test builds in a COPR project

2020-12-31 Thread Richard Shaw
I maintain a suite of ham radio related packages. The developer is very active and often creates test versions adding and incrementing the "tweak" part of the version which is removed for the full releases and the patch level incremented. Currently I'm just trying to keep up with them by hand