Full local repository

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Full local repository

Post by Andyun »

Hi all!
I have read the wiki page http://www.salixos.org/wiki/index.php/H ... cy_support, but I have not found a way to do it full local repository, including the packages Slackware. How can I do? Slackware repository with the packages I've downloaded on my computer. Also I've downloaded http://download.salixos.org/i486/slackware-13.1/ and http://download.salixos.org/i486/13.1/. In particular, I have a problem with GPG-KEY- Gslapt reports a validation error key file:///sda2/sft/repo13.1/download.salixos.org/i486/slackware-13.1/. How to solve this problem?
As stated on the page, I've replaced the script "adddepinfo.sh" line

Code: Select all

SLACKREPO="file:///sda2/sft/repo13.1/download.salixos.org/i486/slackware-13.1/"
but when try to execute it:

Code: Select all

use[slackware-13.1]$ ./adddepinfo.sh
file:///sda2/sft/repo13.1/download.salixos.org/i486/slackware-13.1///CHECKSUMS.md5: Unsupported scheme «file».
No new packages found.
file:///sda2/sft/repo13.1/download.salixos.org/i486/slackware-13.1//patches/CHECKSUMS.md5: Unsupported scheme «file».
No new packages found.
file:///sda2/sft/repo13.1/download.salixos.org/i486/slackware-13.1//extra/CHECKSUMS.md5: Unsupported scheme «file».
No new packages found.
Thank you all!
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Full local repository

Post by Shador »

Here: http://www.salixos.org/wiki/index.php/H ... lix_mirror

I'm using a set of scripts to match my preferences and execute them with appropriate crontab entries:
http://gaia.homelinux.org/misc/mirror-salix
http://gaia.homelinux.org/misc/mirror-salix-adddepinfo
http://gaia.homelinux.org/misc/mirror-slack

Code: Select all

40 *  * * * /home/shador/bin/mirror-salix 1>/dev/null
50 */12  * * * /home/shador/bin/mirror-salix-adddepinfo 1>/dev/null
15 */8    * * * /home/shador/bin/mirror-slack 1>/dev/null
Image
Post Reply