aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add sha1sum of media.cfg hdlists compssUsers.pl rpmsrate filesHEAD0.1masterNicolas Vigier2011-12-151-0/+7
|
* - update timestamp file at the root of the mirror tree, when mirroringNicolas Vigier2011-12-132-2/+70
| | | | | | | | | | | a distribution - generate a signed file at the root of the mirror tree containing : * sha1sum of timestamp file * sha1sum of MD5SUM files of all repositories * sha1sum of pubkey files of all repositories This file can be used to check that a mirror tree has not been modified.
* remove useless optionsNicolas Vigier2011-12-131-3/+0
|
* add .lock extention on lock filenameNicolas Vigier2011-12-131-2/+2
|
* update READMENicolas Vigier2011-11-211-2/+5
|
* add mirrordistro commandNicolas Vigier2011-11-211-0/+27
|
* check if distribution exist in mirror_repository functionNicolas Vigier2011-11-211-0/+5
|
* add genhdlists commandNicolas Vigier2011-11-211-0/+61
|
* exit after errorNicolas Vigier2011-11-211-0/+1
|
* use rm_hdlists_needupdate in update_hdlistsNicolas Vigier2011-11-211-1/+1
|
* add get_hdlists_needupdate() and rm_hdlists_needupdate() functionsNicolas Vigier2011-11-211-1/+18
|
* add a licenseNicolas Vigier2011-11-213-0/+139
|
* add MakefileNicolas Vigier2011-11-211-0/+15
|
* add getrepolock/rmrepolock commandsNicolas Vigier2011-11-191-0/+59
|
* allow changing path to function file by creating file /etc/repoctl_functionsNicolas Vigier2011-11-181-1/+3
|
* fix syntax in helpNicolas Vigier2011-11-181-4/+4
|
* fix output of src.rpm in ls_pkgNicolas Vigier2011-11-181-1/+1
|
* add set_hdlists_needupdate, update_hdlists_if_needed functionsNicolas Vigier2011-10-282-0/+31
|
* lock before mirroringNicolas Vigier2011-10-281-0/+2
|
* update hdlists MD5SUM only when mirroringNicolas Vigier2011-10-281-1/+1
|
* use / instead of : as separatorNicolas Vigier2011-10-281-6/+6
|
* add lspkg commandNicolas Vigier2011-10-282-0/+103
|
* fix outputNicolas Vigier2011-10-281-1/+1
|
* fix src pkg pathNicolas Vigier2011-10-281-1/+1
|
* add get_media_path, get_media_path_debug, get_media_path_src functionsNicolas Vigier2011-10-281-7/+34
|
* if no repository provided, just echo the filenameNicolas Vigier2011-10-281-0/+4
|
* fix variable usedNicolas Vigier2011-10-281-1/+1
|
* check distro section in find_src_pkgNicolas Vigier2011-10-281-0/+1
|
* add rmpkg commandNicolas Vigier2011-10-281-5/+37
|
* fix help indentNicolas Vigier2011-10-281-3/+3
|
* allow move_pkg_file, move_pkg_files, move_pkg functions to be used to ↵Nicolas Vigier2011-10-271-45/+23
| | | | remove/link files and remove del_pkg_files, del_pkg functions
* check distro section in update_hdlistsNicolas Vigier2011-10-271-0/+1
|
* add move_pkg_file functionNicolas Vigier2011-10-271-8/+33
|
* add locksNicolas Vigier2011-10-271-1/+9
|
* add repository as parameter to move_pkg_files and del_pkg_filesNicolas Vigier2011-10-271-9/+31
|
* use local variablesNicolas Vigier2011-10-271-19/+19
|
* rename mirror to mirrordistroNicolas Vigier2011-10-271-1/+1
|
* add lock commands in usageNicolas Vigier2011-10-271-0/+4
|
* add repoctl scriptNicolas Vigier2011-10-191-0/+129
|
* don't mirror if dryrun is setNicolas Vigier2011-10-191-1/+1
|
* don't update hdlists and MD5SUM files if dryrun is setNicolas Vigier2011-10-191-2/+5
|
* allow moving packages between different distributionsNicolas Vigier2011-10-191-12/+13
|
* fix again typo in variable nameNicolas Vigier2011-10-191-1/+1
|
* fix typo in variable nameNicolas Vigier2011-10-191-1/+1
|
* add lock functionsNicolas Vigier2011-10-143-0/+79
|
* add functions to move/remove packages from repositoriesNicolas Vigier2011-09-242-0/+207