Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | apk: --force to overwrite files | Timo Teras | 1 | -2/+3 | |
2009-03-04 | apk: --clean-protected option | Timo Teras | 1 | -10/+11 | |
So you will not get .apk-new files of the new configuration files. | |||||
2009-02-17 | db: allow more than one --repository arg | Natanael Copa | 1 | -2/+17 | |
2009-01-17 | apk: added option --version/-V | Natanael Copa | 1 | -14/+25 | |
Both variants should work: apk --version apk <applet> --version | |||||
2009-01-16 | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 1 | -1/+1 | |
2009-01-16 | apk: fix --root/-p option | Natanael Copa | 1 | -1/+1 | |
2009-01-16 | apk: short option for --root is -p | Natanael Copa | 1 | -1/+1 | |
Used to be so in the really old days of apk. | |||||
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -3/+7 | |
also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1. | |||||
2009-01-15 | apk: isalnum() takes only unsigned char values add explicit check for that | Timo Teras | 1 | -1/+2 | |
2009-01-13 | apk: per applet options | Timo Teras | 1 | -29/+71 | |
2009-01-13 | apk: honour --root command line switch | Timo Teras | 1 | -1/+2 | |
Was broken by earlier ROOT environment commit. | |||||
2009-01-12 | apk: support for ROOT environment variable | Natanael Copa | 1 | -1/+5 | |
2009-01-07 | various: make fancy progress bar and update todo | Timo Teras | 1 | -1/+5 | |
2009-01-06 | log: eliminate fortified build warning | Timo Teras | 1 | -1/+1 | |
2008-04-22 | Overwriting of bb files, apk_create (from old apk-tools), chdir changes, | Timo Teras | 1 | -0/+3 | |
other stuff. | |||||
2008-04-22 | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 1 | -0/+5 | |
2008-04-21 | Argument parsing. Some other stuff too. | Timo Teras | 1 | -19/+55 | |
2008-04-17 | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 1 | -0/+81 | |
breakage and major changes. |