archlinux / contrib

Arch contrib scripts
GNU General Public License v2.0
63 stars 18 forks source link

rebuild-todo: commiting straight to [core] is disallowed #57

Closed anthraxx closed 2 months ago

anthraxx commented 2 years ago

[core] packages must go through [testing], hence the default target should be [testing] without a possibility to commit straight to [core]

alerque commented 2 months ago

Not being a developer I don't have experience managing [core] packages, but does pkgctl build and pkgctl release automatically enforce this workflow? If it doesn't it seems like it should, and as of today's release of rebuild-todo then if that is enforced on the pkgctl side then it should automatically work in the todo builder as well.

Antiz96 commented 2 months ago

@alerque Yes, this workflow is enforced by pkgctl. Unless I'm missing something, now that rebuild-todo makes us of pkgctl, I think this issue is outdated and can be closed.

jelly commented 2 months ago

This used commitpkg before which would allow it.