Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Restructured website breaks automated rebuilds on packman build service #10134
Comments
|
The new link for the tarball is at http://yt-dl.org/downloads/latest/youtube-dl-2016.07.17.tar.gz. Is there any technical issue in the OpenSUSE build service for the new URL? |
|
I had to adapt the automation in my build job a bit, but now all is well. |
|
We never provided tarballs as http://youtube-dl.org/latest/youtube-dl.tar.gz only http://youtube-dl.org/latest/youtube-dl-VERSION.tar.gz. We don't host files on youtube-dl.org anymore thus you'll have to fix your builder to support redirects. |
|
it is already fixed in my build process. |
IRRELEVANT TO MY ISSUE, SEE ABOVE
Before submitting an issue make sure you have:
IRRELEVANT TO MY ISSUE, SEE ABOVE
What is the purpose of your issue?
I have set up an automated build process that generates new RPM packages for youtube-dl every time the version number. This relies on the past structure of the downloads link.
Now that everything is done on github, it does not work anymore.
Please find a way to provide the latest version as http://youtube-dl.org/latest/youtube-dl.tar.gz again, without all the redirects that the openSUSE build service can't handle.