Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: nitram on January 07, 2016, 08:36:04 AM

Title: searchprebuilt issue connecting...
Post by: nitram 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"
Title: Re: searchprebuilt issue connecting...
Post by: Jason W 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.
Title: Re: searchprebuilt issue connecting...
Post by: nitram 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.
Title: Re: searchprebuilt issue connecting...
Post by: Jason W 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.
Title: Re: searchprebuilt issue connecting...
Post by: nitram on January 07, 2016, 09:46:44 PM
Okay, thanks. Help usage will reflect sce-searchprebuilt.
Title: Re: searchprebuilt issue connecting...
Post by: Jason W on January 07, 2016, 10:02:39 PM
Maybe this utility can be merged with the sce-searchpkg or similar in another thread.  Thanks.
Title: Re: searchprebuilt issue connecting...
Post by: nitram 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.
Title: Re: searchprebuilt issue connecting...
Post by: nitram 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.
Title: Re: searchprebuilt issue connecting...
Post by: Jason W on January 07, 2016, 10:16:36 PM
You are right, (sce-)searchprebuilt remains as it is.  :-)