Page 2 of 2

Re: Testing Salix

Posted: 1. Mar 2011, 00:15
by woodsman
Okay. Thanks.

First I need to modify my rsync scripts to sync salix 486 and 64.

Re: Testing Salix

Posted: 1. Mar 2011, 02:23
by woodsman
I downloaded the Xfce 13.2 beta CD and expect to soon test my rsync scripts.

Do you folks have a script that merges the Slackware and Salix Current tree packages into the respective basic, core, full, kernel, and settings directories?

For adddepinfo.sh, is the syntax for a local tree:

SLACKREPO="file://full/file/path/"

Thanks again.

Re: Testing Salix

Posted: 1. Mar 2011, 08:16
by gapan
woodsman wrote:Do you folks have a script that merges the Slackware and Salix Current tree packages into the respective basic, core, full, kernel, and settings directories?
Look in our svn repo, under "iso-creation".
woodsman wrote:For adddepinfo.sh, is the syntax for a local tree:

SLACKREPO="file://full/file/path/"
I don't think that will work. You'll need to be running an http or ftp server. adddepinfo.sh is using wget. You can tweak it to use cp instead if you don't want to have any server running.

Re: Testing Salix

Posted: 1. Mar 2011, 18:30
by woodsman
Look in our svn repo, under "iso-creation".
OK. I finally found the SVN repository. Made my eyes water. I did not find any obvious documentation how the entire process works. Does any documentation exist?
I don't think that will work. You'll need to be running an http or ftp server. adddepinfo.sh is using wget. You can tweak it to use cp instead if you don't want to have any server running.
Hmm. Yeah. I see that now. As I already have the Slackware Current files, I probably need a sym link to those files and only copy the dep files.