Skip to content
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(tribler): re-do fix that was accidentally reverted #1231

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

philclifford
Copy link
Member

@philclifford philclifford commented Dec 10, 2024

The large PR tidying away head -1 behaviour failed to keep up with some other fixes and effectively reverted this one.

Co-authored-by: Ross Smith II [email protected]

Copy link
Contributor

@rasa rasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing this PR worked:

root@starlin:/etc/deb-get/99-local.d# wget https://raw.githubusercontent.com/wimpysworld/deb-get/f031237698ae180d523941e0f83e7263deaa8b25/01-main/packages/tribler
--2024-12-14 21:07:33--  https://raw.githubusercontent.com/wimpysworld/deb-get/f031237698ae180d523941e0f83e7263deaa8b25/01-main/packages/tribler
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 571 [text/plain]
Saving to: ‘tribler’

tribler                                                        100%[====================================================================================================================================================>]     571  --.-KB/s    in 0s      

2024-12-14 21:07:33 (16.5 MB/s) - ‘tribler’ saved [571/571]

root@starlin:/etc/deb-get/99-local.d# deb-get install tribler 
  [+] Including local package tribler
  [!] Please consider contributing back new entries, an issue (or raise a PR) directly at https://github.com/wimpysworld/deb-get/pulls
--2024-12-14 21:07:39--  https://github.com/Tribler/tribler/releases/download/v8.0.6/tribler_8.0.6_x64.deb
Resolving github.com (github.com)... 140.82.116.4
Connecting to github.com (github.com)|140.82.116.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/8411137/0da1ce1f-f964-4f28-92b0-cd1efa575f3e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241215T050740Z&X-Amz-Expires=300&X-Amz-Signature=d2e0c8b1a5716a763a03c728eb7007a0ec44249b6faac2ac9412945046cb74be&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dtribler_8.0.6_x64.deb&response-content-type=application%2Foctet-stream [following]
--2024-12-14 21:07:40--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/8411137/0da1ce1f-f964-4f28-92b0-cd1efa575f3e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241215T050740Z&X-Amz-Expires=300&X-Amz-Signature=d2e0c8b1a5716a763a03c728eb7007a0ec44249b6faac2ac9412945046cb74be&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dtribler_8.0.6_x64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38690584 (37M) [application/octet-stream]
--2024-12-14 21:07:40--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/8411137/0da1ce1f-f964-4f28-92b0-cd1efa575f3e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241215T050740Z&X-Amz-Expires=300&X-Amz-Signature=d2e0c8b1a5716a763a03c728eb7007a0ec44249b6faac2ac9412945046cb74be&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dtribler_8.0.6_x64.deb&response-content-type=application%2Foctet-stream
Reusing existing connection to objects.githubusercontent.com:443.
HTTP request sent, awaiting response... 200 OK
Length: 38690584 (37M) [application/octet-stream]
Saving to: ‘/var/cache/deb-get/tribler_8.0.6_x64.deb’

/var/cache/deb-get/tribler_8.0.6_x64.deb                       100%[====================================================================================================================================================>]  36.90M  70.7MB/s    in 0.5s    

2024-12-14 21:07:41 (70.7 MB/s) - ‘/var/cache/deb-get/tribler_8.0.6_x64.deb’ saved [38690584/38690584]

(Reading database ... 419575 files and directories currently installed.)
Preparing to unpack .../deb-get/tribler_8.0.6_x64.deb ...
Unpacking tribler (8.0.6) over (8.0.5) ...
Setting up tribler (8.0.6) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
root@starlin:/etc/deb-get/99-local.d# 

@flexiondotorg flexiondotorg merged commit 9914cb1 into wimpysworld:main Dec 18, 2024
1 check failed
@philclifford philclifford deleted the refix-tribler branch December 20, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants