ChangeLog %!includeconf: config.t2t -------------------------- In this section be reflect the changes in the development of Dragora for the currently supported architectures: - Intel/AMD x86 (32 bit) - x86_64 (64 bit) === Current branch === - (http://dragora.org/pub/ChangeLogs/Current.txt) === Previous versions === - (http://dragora.org/pub/ChangeLogs/2.1.txt) == Mirrors == **HTTP, FTP and RSYNC mirrors:** - http://gnumirror.dragora.org - http://distro.ibiblio.org/dragora - ftp://distro.ibiblio.org/pub/linux/distributions/dragora - [rsync://gnumirror.dragora.org rsync://gnumirror.dragora.org] === Cloning === To clone the entire repository in the current working directory, type: ``` $ rsync -vaiz rsync://gnumirror.dragora.org/dragora . To clone a specific branch, just type: ``` $ rsync -vaiz rsync://gnumirror.dragora.org/dragora/dragora-current . For more information about rsync, visit: http://rsync.samba.org. **Checking the integrity** To check the integrity of all packages, take a look into the packages/ directory (you have to see a file called **SHA1SUMS.TXT**). Then, check using the utility sha1sum(1): ``` $ sha1sum -c SHA1SUMS.TXT % The footer is an external file: %!include: footer.t2t