README.md 957 B

README

There are two ways to get the sources used by Dragora:

  1. Source list.
  2. RSYNC protocol.

Normally we obtain the sources from original sites (upstream).

Full address of sources files are in the "SOURCELIST.txt" file. A copy of these files can be found via RSYNC at rsync://rsync.dragora.org

Please, check our mirrors.

Instructions

1. Source list.

Download all the sources from the list, one by one:

wget -c -i SOURCELIST.txt

If your wget(1) implementation lacks '-i', try with:

cat SOURCELIST.txt | wget -c -

2. RSYNC protocol.

rsync -rvaiz --progress rsync://rsync.dragora.org/dragora/current/sources/ .

The tarballs will be stored on the current working directory.

Check sums

Remember to check if everything is OK. To check the integrity of all the tarballs using sha256sum(1), type:

sha256sum -c *.sha256