summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Erase deprecated lines in Makefile filesKostyantyn Ovechko2010-08-161-1/+0
|
* Add show_help() function to tuiclientKostyantyn Ovechko2010-08-161-2/+2
|
* Add try...catch blocks to a few functions in request toolKostyantyn Ovechko2010-08-163-112/+69
|
* Fix pkgconfig problem with libcrypto++, and rename segget.* to seggetd.*Kostyantyn Ovechko2010-08-142-2/+1
|
* Move /tmp folders/files to /var/tmpKostyantyn Ovechko2010-08-142-290/+0
|
* Add arguments to request tool: --help, --keep-pkglist-file.Kostyantyn Ovechko2010-08-147-73/+92
| | | | | --help Show the help. --keep-pkglist-file Do NOT delete pkg.list file after sending request to segget daemon.
* Add install option to MakefilesKostyantyn Ovechko2010-08-121-0/+7
| | | | +Fix pathes by default
* Adjust default folders.Kostyantyn Ovechko2010-08-124-67/+4
| | | | | | | | | | | | | By default segget daemon will use the following folders for its files: /etc/seggetd - for config files for seggetd, tuiclient and request tool /usr/bin - binary files: seggetd, tuiclient, request /usr/share/seggetd/scripts - for user-side python script files /usr/share/seggetd/webui - for webui files /tmp/seggetd/pkg.list - to save distfile list generated by portage and parse it by request tool to segget daemon /tmp/seggetd/segments - to store segments /usr/portage/distfiles - to store ready to use distfiles /var/log/seggetd - to store log files
* Add command line option --pkglist-file to request applicationKostyantyn Ovechko2010-07-263-65/+68
| | | | | E.i.: $request --pkglist-file=/home/user/mypkg.list
* Add request tool.Kostyantyn Ovechko2010-07-2421-0/+2508
Request tool reads list of distfiles from ./pkg.list file and requests seggetd daemon to download distfiles from the list.