Skip to content
wdlkmpx edited this page Aug 23, 2017 · 1 revision

If you just want to effectively use git and avoid wasting bandwidth and resources, keep reading.

It's very important to test the latest woofce code, there's no point in using outdated stuff.

First clone the whole repo, it's a little big:

git clone https://github.com/puppylinux-woof-CE/woof-CE

cd woof-CE

Choose target distro and version

./merge2out

Open a terminal window in the newly created directory (../woof-out_...) and run the usual commands

./0setup
./1download
./2createpackages
./3builddistro-Z

Now when you want to update go to your local woof-CE repo, open a terminal window and type:

git pull

Now ./merge2out again.. (if you're a little paranoid you might want to delete the ../woof-out_* directories first)

./merge2out

And there you go

Clone this wiki locally