Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | //punani: tightnani-web is now able to handle fallback(super-) package manager | EUcancER | 2011-11-16 | 2 | -1/+9 |
| | |||||
* | //punani/tightnani: initial commit | EUcancER | 2011-11-11 | 2 | -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 selection | makefu | 2011-10-11 | 1 | -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 python | makefu | 2011-10-11 | 1 | -5/+7 |
| | | | | | using the full path now in retiolum using fallback for different ose | ||||
* | punani: bugfix | krebs | 2011-09-24 | 1 | -1/+2 |
| | |||||
* | //punani: fix debian functions | krebs | 2011-09-24 | 1 | -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 Makefile | krebs | 2011-09-24 | 1 | -0/+5 |
| | | | | add install command | ||||
* | punani: remove stderr redirection for pacman | makefu | 2011-09-16 | 1 | -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 function | makefu | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | punani: fix help bug | makefu | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | punani/doc/release: add Angstrom linux detection | makefu | 2011-09-12 | 1 | -0/+3 |
| | |||||
* | punani: deobfuscate source, handle multiple parms | makefu | 2011-09-12 | 1 | -6/+6 |
| | |||||
* | punani: fix parsing bug, add fallback helper | makefu | 2011-09-12 | 1 | -6/+13 |
| | |||||
* | punani/doc: initial commit | makefu | 2011-08-29 | 1 | -0/+35 |
| | | | | releases covers a way to guess the release of the distro | ||||
* | punani: fix help/hard conflict, system function | makefu | 2011-08-29 | 1 | -87/+152 |
| | | | | | handle_system is now the function which does the right thing for all distro specific stuff | ||||
* | punani: add dryrun,hard,filebased search | makefu | 2011-08-29 | 1 | -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 engineer | tv | 2011-08-11 | 1 | -0/+90 |