Testing Salix

General talk about packaging procedures and packages.
woodsman
Posts: 45
Joined: 11. Jan 2010, 18:41

Re: Testing Salix

Post by woodsman »

Okay. Thanks.

First I need to modify my rsync scripts to sync salix 486 and 64.
woodsman
Posts: 45
Joined: 11. Jan 2010, 18:41

Re: Testing Salix

Post 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.
User avatar
gapan
Salix Wizard
Posts: 6244
Joined: 6. Jun 2009, 17:40

Re: Testing Salix

Post 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.
Image
Image
woodsman
Posts: 45
Joined: 11. Jan 2010, 18:41

Re: Testing Salix

Post 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.
Post Reply