WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: searchprebuilt issue connecting...  (Read 2002 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
searchprebuilt issue connecting...
« on: January 07, 2016, 08:36:04 AM »
Running searchprebuilt results in issue connecting error. This works in dCore-jessie, not sure it works for all dCore flavours. Thanks.

Line 12 of searchprebuilt:

Broken:
Code: [Select]
PREBUILTMIRROR="${IMPORTMIRROR%/}/$(getMajorVer).x/"$BUILD"/import"

Works:
Code: [Select]
PREBUILTMIRROR="${IMPORTMIRROR%/}/dCore/"$BUILD"/import"

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: searchprebuilt issue connecting...
« Reply #1 on: January 07, 2016, 01:56:00 PM »
This tool has apparently not been used since we stopped using major Core release numbers which was 5 at the time.  Thanks, will be in the next RC.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: searchprebuilt issue connecting...
« Reply #2 on: January 07, 2016, 07:15:28 PM »
Thanks for the fix. Sorry for after thought. Wondering if it should be named or sym linked sce-searchprebuilt or similar. It is still very useful but gets lost in /usr/bin. Plan to submit brief --help usage later. Thanks.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: searchprebuilt issue connecting...
« Reply #3 on: January 07, 2016, 09:45:20 PM »
A link sce-searchprebuilt > searchprebuilt or a renaming can be done to keep with the SCE tab completion.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: searchprebuilt issue connecting...
« Reply #4 on: January 07, 2016, 09:46:44 PM »
Okay, thanks. Help usage will reflect sce-searchprebuilt.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: searchprebuilt issue connecting...
« Reply #5 on: January 07, 2016, 10:02:39 PM »
Maybe this utility can be merged with the sce-searchpkg or similar in another thread.  Thanks.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: searchprebuilt issue connecting...
« Reply #6 on: January 07, 2016, 10:06:43 PM »
You're the boss. Will wait to see what you come up with before writing --help usage. Unless i misunderstand, personally like sce-searchprebuilt as standalone so it is very clear what comes from Tiny Core repos vs Debian.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: searchprebuilt issue connecting...
« Reply #7 on: January 07, 2016, 10:08:41 PM »
Sorry just wanted to add. Many items in searchprebuilt are critical to new users getting their systems set up, like kernel modules. So a nice relatively short prebuilt list makes it much easier to find those critical items.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: searchprebuilt issue connecting...
« Reply #8 on: January 07, 2016, 10:16:36 PM »
You are right, (sce-)searchprebuilt remains as it is.  :-)