-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix google code backend #1068
Comments
After some playing with the archived google.code I decided to remove the backend from Anitya. The versions on archived pages are shown as some javascript code and you can't actually access them by parsing the page by regex. I found 28 projects that are still using it:
I will introduce a new database migration, which will change the projects using code.google to custom. This will make the removal much easier. |
Google Code is archived and there is problem to access the version list anymore. This commit then introduces alembic migration script that changes every project on google code backend to custom backend. This doesn't actually change anything the projects aren't getting new versions anyway. The documentation reflects those changes. This is a goodbye to a loyal backend, who did a great work! Fixes fedora-infra#1068 Signed-off-by: Michal Konečný <[email protected]>
Google Code is archived and there is problem to access the version list anymore. This commit then introduces alembic migration script that changes every project on google code backend to custom backend. This doesn't actually change anything the projects aren't getting new versions anyway. The documentation reflects those changes. This is a goodbye to a loyal backend, who did a great work! Fixes fedora-infra#1068 Signed-off-by: Michal Konečný <[email protected]>
Google Code is archived and there is problem to access the version list anymore. This commit then introduces alembic migration script that changes every project on google code backend to custom backend. This doesn't actually change anything the projects aren't getting new versions anyway. The documentation reflects those changes. This is a goodbye to a loyal backend, who did a great work! Fixes fedora-infra#1068 Signed-off-by: Michal Konečný <[email protected]>
Google Code is archived and there is problem to access the version list anymore. This commit then introduces alembic migration script that changes every project on google code backend to custom backend. This doesn't actually change anything the projects aren't getting new versions anyway. The documentation reflects those changes. This is a goodbye to a loyal backend, who did a great work! Fixes #1068 Signed-off-by: Michal Konečný <[email protected]>
This backend is still pointing to old Google code page instead of the archived one. It will be nice to fix this.
The text was updated successfully, but these errors were encountered: