These were the first aarch64 machines we had. 1u, no working lights,
prone to needing rebuilt, but they have served long and well.
We salute you!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
It seems that the package isn't replaced with the newer build, let's remove it
first and see if this will help.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
I moved the folder after, not before. Let's fix that.
Also it seems that the docs folder is still missing, let's keep the anitya
folder for further debugging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Move fedora bootstrap package to correct folder that is used by Anitya
deployment. We first need to remove symlink, which is not being included inside
wheel package.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Found out the issue was in missing includes in pyproject.toml. This is fixed in
https://github.com/fedora-infra/anitya/pull/1486 and the build should work
again.
Let's hope I'm right.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
I'm not sure what is happening, but the docs and bootstrap symlink are not
installed in the system. Let's try to first install Anitya to virtual
environment and build the docs and after that do a direct install to container.
Also don't remove the cloned folder, so we can look what is happening there.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Poetry deployment is too different in container than the deployment we used
before. Let's try to use `pip-3 install .` as before, thanks to PEP-517, this
should work as expected.
[PEP-517](https://peps.python.org/pep-0517/)
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Poetry creates it's own script file in /usr/local/ and the name is without .py.
Reflect that in ansible.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Documentation build needs to have Anitya package already available. Move the
build and install it before building the documentation.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
The poetry export failed to be installed by pip. Let's try to create the
requirements.txt without hashes.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
The poetry install is creating an editable installation, which is not what we
want. Let's instead use pip for installation and poetry to build the package and
create requirements.txt.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Poetry is installing wheels when available. Let's change the egg paths to
standard paths for staging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Anitya is now using poetry instead of setup.py. This commit is doing the
necessary changes in the buildconfig to reflect this change.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Even though it will fail most of the time. We keep cycling in the
`cmd_list` termination loop all the time only because some of those
volumes are some inconsistent state. It is just pity to not re-deliver
the removal request (it could work, who knows).
This reverts commit 4d9a1b07d6.
The problem was a incomplete db dump, so we likely don't need this
change. It should work with a more complete db dump.
proxy01/10 get all the iad2 only traffic from the outside world,
including things like kojipkgs, oci-registry and the like. They need
larger space to keep all the logs from those.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We don't need it for diagnosing a kernel bug any more, so take it
out of the special 'onebox' setup.
Signed-off-by: Adam Williamson <awilliam@redhat.com>