Roman
Roman
In that mode ALBS do not receive new tasks, but work on current ones. Need some notification when queue is emptied.
As it is implemented in CLBS.
Tried to import the repos into pulp using the bootstrap_repositories.py scrip and at some point, it failed with the following error ``` INFO:repo-bootstrapper:Syncing Repository: almalinux-8-nfv i686 http://pulp/pulp/content/prod/almalinux-8-nfv-i686/ from RepositoryRemote: almalinux-8-nfv-i686...
While releasing packages (built for AlmaLinux 9) to a community product for AlmaLinux 9: 1. Expected behavior: packages are present only in AlmaLinux 9 repos 2. Behaviour I got: packages...
A button that starts the release bypassing the 1st page of the release(settings should be taken from build), and immediately moves to the 2nd page of the release (with a...
s2r: 1. Open any build 2. Open a new tab 3. Create a new distribution at the tab 4. Open window add a build to a distribution at the previous...
In current state, we're deleting build by removing from database all build dependecies step by step ~~Need to implement cascade deleting builds~~ We want a flag 'is_deleted', that makes build...
For now, we have 2 buttons in the "Edit module" submenu: "+" and "delete", we should add a "-" button:  - Button available when package added to build(plus was...
We explored the possibility to keep track of background tasks that are sent. This would involve: - Creating a new table background_tasks in db that includes the build task (or...
We should provide some mechanism to ensure that, when releasing an errata record, in addition to not referencing packages from the wrong modules (we already figured this out as part...