-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ubuntu/Debian installation procedure not working #163
Comments
I realized that bintray randomly returns 403 error. Right now, installation is working fine, but yesterday afternoon I couldn't complete it due to above error. |
could it be due to the warning shown on top here https://bintray.com/ ?
|
as @asabellico notes, this is due to the bintray end-of-life. Apologies: I've been working on an alternate host for the debian package, but have not yet finished that work. If you've already got siegfried installed and are up-to-date, then I'd recommend removing the bintray repository from your apt sources list. I will provide an alternate debian option prior to the next release. To do this: open "/etc/apt/sources.list" and delete the line "deb http://dl.bintray.com/siegfried/debian wheezy main" If you are trying to do a new siegfried install, please either wait for the next release (it is due shortly) or use on of the other install methods: compile from source or use the brew package with linux brew. |
I was going to stand up a docker image exposing the network port as an
alternative but I couldn't find any documentation on how to use the web
API. Is there some documentation on how to use it somewhere?
…On Wed, May 12, 2021 at 1:03 AM Richard Lehane ***@***.***> wrote:
as @asabellico <https://github.com/asabellico> notes, this is due to the
bintray end-of-life.
Apologies: I've been working on an alternate host for the debian package,
but have not yet finished that work.
If you've already got siegfried installed and are up-to-date, then I'd
recommend removing the bintray repository from your apt sources list. I
will provide an alternate debian option prior to the next release.
To do this: open "/etc/apt/sources.list" and delete the line "deb
http://dl.bintray.com/siegfried/debian wheezy main"
If you are trying to do a new siegfried install, please either wait for
the next release (it is due shortly) or use on of the other install
methods: compile from source or use the brew package with linux brew.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC63LED7RAVJDHRWOBKP5LTNIR5LANCNFSM44QVYHPQ>
.
|
Hi @dnarc |
Siegfried installation was failing due to the sunsetting of bintray, which was hosting the deb package. See: richardlehane/siegfried#163 This commit modifies the CI config to install siegfried via homebrew instead, which is newly supported on Linux.
This commit also temporarily comments out flake8 in pre-install as there are still legacy linting issues to deal with in a general refactor. Siegfried installation was failing due to the sunsetting of bintray, which was hosting the deb package. See: richardlehane/siegfried#163 For now the CI config has been modified to install siegfried via homebrew instead, which is newly supported on Linux.
I'm now self-hosting the ubuntu/deb repository, in place of the old bintray repository. To remove the old repository, open "/etc/apt/sources.list" and delete the line "deb http://dl.bintray.com/siegfried/debian wheezy main". To install the new repository, do the following:
Please comment on this ticket if you encounter any issues. |
Thanks @richardlehane, it is working as expected |
The repository for siegfried on bintray is not reachable anymore. It gives me a forbidden message.
Err:5 http://dl.bintray.com/siegfried/debian wheezy/main amd64 Packages 403 Forbidden [IP: X.X.X.X] Ign:7 http://dl.bintray.com/siegfried/debian wheezy/main all Packages Reading package lists... W: The repository 'http://dl.bintray.com/siegfried/debian wheezy Release' does not have a Release file. E: Failed to fetch http://dl.bintray.com/siegfried/debian/dists/wheezy/main/binary-amd64/Packages 403 Forbidden [IP: X.X.X.X]
The text was updated successfully, but these errors were encountered: