summaryrefslogtreecommitdiffstats
path: root/punani
Commit message (Collapse)AuthorAgeFilesLines
* fix punani dbeuer2012-12-081-1/+1
|
* fix package manager orderEUcancER2012-05-301-7/+9
|
* Punani: add autostartEUcancER2012-04-192-1/+107
|
* Merge branch 'master' of github.com:krebscode/painloadmakefu2012-01-043-4/+17
|\
| * //punani/db:add important packagesEUcancER2012-01-041-0/+12
| |
| * //punani:using correct parametersEUcancER2012-01-041-2/+2
| |
| * //punani/index.py: path now relative to executableEUcancER2012-01-041-2/+3
| |
* | //punani/bot: lower reconnect interval, cleanupmakefu2012-01-041-3/+9
|/
* //punani client: install multiple packages one by onemakefu2011-11-291-2/+6
| | | | like the old punani did
* Merge branch 'master' of github.com:krebscode/painloadEUcancER2011-11-211-46/+51
|\
| * //punani: allow multiple PACKAGEtv2011-11-201-12/+17
| |
| * //punani: set -x and then go sudotv2011-11-201-2/+4
| |
| * //punani: fix logic fuckup after refactoring,typo Felix Richter2011-11-201-5/+5
| | | | | | also, tightnani->punani
| * //punani: fix bug when wget (+ set -e) GETs no OKtv2011-11-201-5/+6
| |
| * //punani: dispel $PACKER-magictv2011-11-201-32/+29
| |
* | //punani: add irc-capabilities for punaniEUcancER2011-11-213-23/+138
| |
* | //punani: irc supportEUcancER2011-11-211-8/+34
|/ | | | currently nonfunctional
* //punani: add README describing the current functionalityEUcancER2011-11-171-0/+30
|
* //punani: rm old punani, tightnani->punaniEUcancER2011-11-174-329/+53
|
* //tightnani-web: add error message:EUcancER2011-11-161-4/+9
|
* //punani: db - add pip package managerEUcancER2011-11-161-1/+5
|
* //punani: tightnani_client -> tinani, add packagesEUcancER2011-11-162-1/+25
|
* Merge branch 'master' of github.com:krebscode/painloadEUcancER2011-11-162-1/+64
|\
| * //punani: tightnani is now less verbosemakefu2011-11-161-2/+2
| |
| * //punani/tightnani_client: initial commitmakefu2011-11-162-1/+64
| | | | | | | | | | | | | | the tigtnani client finds your package manager and the required parameters to handle the manager. currently it is able to remove and install : pacman (and derivates), apt (and derivates), yum and brew. Nothing is tested so be aware
* | //punani: tightnani-web is now able to handle fallback(super-) package managerEUcancER2011-11-162-1/+9
|/
* //punani/tightnani: initial commitEUcancER2011-11-112-0/+73
| | | | | tightnani-web is a web API for the (currently) nonexistant tightnani client which resolves common packages to their packer counterparts like apt-get,pacman etc.
* punani: add manual package selectionmakefu2011-10-111-7/+24
| | | | | idea is to avoid installing software matching too often (e.g. installing the 'unzip' package which is in >9k packages) it might be a good idea to just use the first package if only one is found
* punani: fix multi-match for packages like pythonmakefu2011-10-111-5/+7
| | | | | using the full path now in retiolum using fallback for different ose
* punani: bugfixkrebs2011-09-241-1/+2
|
* //punani: fix debian functionskrebs2011-09-241-8/+14
| | | | | punani uses apt-file now correctly, command is apt-file search -l -x /FILE$ this will find ONLY the file with the full given name
* //punani: add Makefilekrebs2011-09-241-0/+5
| | | | add install command
* punani: remove stderr redirection for pacmanmakefu2011-09-161-1/+1
| | | | | stderr redirection results in the shadowing of "Proceed with installation? [Y/n]" leading to total trolling of the user which then most likely will wait forever
* punani: add verbose functionmakefu2011-09-141-1/+1
|
* punani: fix help bugmakefu2011-09-141-1/+1
|
* punani/doc/release: add Angstrom linux detectionmakefu2011-09-121-0/+3
|
* punani: deobfuscate source, handle multiple parmsmakefu2011-09-121-6/+6
|
* punani: fix parsing bug, add fallback helpermakefu2011-09-121-6/+13
|
* punani/doc: initial commitmakefu2011-08-291-0/+35
| | | | releases covers a way to guess the release of the distro
* punani: fix help/hard conflict, system functionmakefu2011-08-291-87/+152
| | | | | handle_system is now the function which does the right thing for all distro specific stuff
* punani: add dryrun,hard,filebased searchmakefu2011-08-291-34/+122
| | | | | | punani is now able to search for packages via files and packages in debian-based and arch-based systems. Fix bug in punani godmode
* punani: add minimal arch engineertv2011-08-111-0/+90