mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Release build request - Launchpad Ubuntu #9602
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#9602
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thewonderer73 on GitHub (Jan 3, 2020).
Please provide the following information
qBittorrent version and Operating System
Ubuntu 18.04 - Disco
If on linux, libtorrent-rasterbar and Qt version
Linux - Qbittorrent-Nox
What is the problem
Been using the ppa.launchpad.net site to update my Ubuntu OS. Would like to test older version, but older versions in launchpad don't have the .deb files any more. Can the older builds be available on launchpad in case of needing to rollback / test? Thanks.
What is the expected behavior
Older versions are available.
Steps to reproduce
sudo apt-get install qbittorrent-nox=4.1.9.99
201911190849-6738-0b055d8ubuntu18.04.1Extra info(if any)
@FranciscoPombal commented on GitHub (Jan 4, 2020):
If you want releases from the
4_1_xbranch you can compile manually or make your own PPA with the following recipe:To make things easier, you can still get the libtorrent 1.1.13 packages by copying them from the main PPA:
https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable/+copy-packages
As an example, here is the PPA I use for the latest commit on
4_1_x, with a customdebianbranch that has lowered Qt version requirements so that it still builds on Xenial:https://launchpad.net/~pombal.francisco/+archive/ubuntu/qbittorrent
and here is the single change I made to
debianbranchhttps://code.launchpad.net/~pombal.francisco/+git/qbittorrent-personal
https://git.launchpad.net/~pombal.francisco/+git/qbittorrent-personal/commit/?id=2ae823b866e91695e3d4fe4adb67eaa6695b6e1c
@thewonderer73 commented on GitHub (Jan 6, 2020):
Many thanks FranciscoPombal. I'm pretty new to Ubuntu / PPA but will try that out. Much appreciated.