mobinmob / void-66-services

66 service frontends for voidlinux
Other
30 stars 11 forks source link

Unable to add the repo #194

Closed AT-Geist closed 1 year ago

AT-Geist commented 1 year ago

when running xbps-install -S --repository=https://codeberg.org/mobinmob/void-66/raw/branch/master void-unofficial-repo-66 I get "Package 'void-unofficial-repo-66' not found in repository pool"

mobinmob commented 1 year ago

Thank you for the interest and the report. I cannot reproduce this behaviour unfortunately.

sudo xbps-install -S --repository=https://codeberg.org/mobinmob/void-66/raw/branch/master void-unofficial-repo-66
Password: 
[*] Updating repository `https://codeberg.org/mobinmob/void-66/raw/branch/master/x86_64-repodata' ...
[*] Updating repository `https://repo-fastly.voidlinux.org/current/x86_64-repodata' ...
1 package will be downloaded:

1 package will be installed:
  void-unofficial-repo-66-2_1 

Size to download:              6144B
Size required on disk:          149B
Space available on disk:        65GB

Do you want to continue? [Y/n] 

[*] Downloading packages
[ 6%] void-unofficial-repo-66-2_1.x86_64.xbps.sig: [384B 100%] 9,9MB/s ETA: 00m0void-unofficial-repo-66-2_1.x86_64.xbps.sig: 384B [avg rate: 9,9MB/s]
void-unofficial-repo-66-2_1.x86_64.xbps: 5632B [avg rate: 8397KB/s]
void-unofficial-repo-66-2_1: verifying RSA signature...

[*] Collecting package files
void-unofficial-repo-66-2_1: collecting files...

[*] Unpacking packages
void-unofficial-repo-66-2_1: unpacking ...

[*] Configuring unpacked packages
void-unofficial-repo-66-2_1: configuring ...
void-unofficial-repo-66-2_1: post-install message:
========================================================================
The osdn network does not seem to allow xbps to download directly
using the main redirecting links. The issue has been reported.
Until it is adressed two  mirrors are included with the . Users
can copy the file under /etc/xbps.d and comment a  mirror iff they
wish to disable it.

========================================================================
void-unofficial-repo-66-2_1: installed successfully.

1 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.

If the problem persists, try to install the repo package from the osdn servers with the following command:

xbps-install -S --repository=https://free.nchc.org.tw/osdn//storage/g/a/av/avyssos/repo void-unofficial-repo-66

AT-Geist commented 1 year ago

My apologies, it looks like it was an internet issue on my end. luckily, it seems to have been resolved. I was able to follow the void-66-conf.md perfectly after that. Thank you for the quick response!