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&ab_channel=DevConf
Currently does not
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 and
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
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
3.
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 increment
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
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, to