Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix import path | Narayan Desai | 2004-08-31 | 1 | -1/+1 |
* | add error handling case for fam failure | Narayan Desai | 2004-08-31 | 1 | -1/+5 |
* | change to new import location | Narayan Desai | 2004-08-31 | 1 | -1/+1 |
* | fix syntax errors | Narayan Desai | 2004-08-31 | 1 | -2/+2 |
* | fix syntax error | Narayan Desai | 2004-08-31 | 1 | -2/+2 |
* | remove code duplication | Narayan Desai | 2004-08-31 | 1 | -3/+2 |
* | add paranoid support to the cfg file repo | Narayan Desai | 2004-08-31 | 1 | -1/+6 |
* | it mainly works now | Narayan Desai | 2004-08-31 | 1 | -4/+43 |
* | remove Error | Narayan Desai | 2004-08-19 | 1 | -1/+1 |
* | move Exceptions inline | Narayan Desai | 2004-08-19 | 1 | -1/+15 |
* | remove another bogus import | Narayan Desai | 2004-08-19 | 1 | -2/+0 |
* | add Cron support | Narayan Desai | 2004-08-19 | 1 | -0/+4 |
* | make paranoid only occur when specified by the client | Narayan Desai | 2004-08-19 | 1 | -0/+2 |
* | add paranoid option | Narayan Desai | 2004-08-19 | 1 | -1/+1 |
* | Delete: src/lib/Server/Error.py | Narayan Desai | 2004-08-19 | 1 | -24/+0 |
* | implement baseclass cron stuff | Narayan Desai | 2004-08-19 | 1 | -1/+3 |
* | update to new module path | Narayan Desai | 2004-08-19 | 5 | -10/+83 |
* | update to new module path | Narayan Desai | 2004-08-19 | 1 | -3/+2 |
* | update to new module path | Narayan Desai | 2004-08-19 | 1 | -2/+10 |
* | Delete: src/lib/Server/GeneratorUtils.py | Narayan Desai | 2004-08-19 | 1 | -77/+0 |
* | remove old module | Narayan Desai | 2004-08-19 | 1 | -1/+1 |
* | Read real config file path | Narayan Desai | 2004-08-19 | 1 | -1/+1 |
* | add actual Serve Call | Narayan Desai | 2004-08-12 | 1 | -0/+1 |
* | update to new API | Narayan Desai | 2004-08-12 | 2 | -16/+7 |
* | fix imports | Narayan Desai | 2004-08-12 | 5 | -14/+13 |
* | fix Type usage | Narayan Desai | 2004-08-12 | 1 | -4/+3 |
* | fix module import stuff | Narayan Desai | 2004-08-12 | 1 | -2/+4 |
* | add Structures | Narayan Desai | 2004-08-12 | 1 | -1/+1 |
* | fix new path for imports | Narayan Desai | 2004-08-12 | 1 | -2/+2 |
* | (Logical change 1.38) | Narayan Desai | 2004-08-12 | 1 | -0/+3 |
* | Rename: src/bundler.py -> src/lib/Server/Structures/bundler.py | Narayan Desai | 2004-08-12 | 1 | -0/+71 |
* | Rename: src/bundler.py -> src/lib/Server/Structures/bundler.py | Narayan Desai | 2004-08-12 | 1 | -71/+0 |
* | Initial revision | Narayan Desai | 2004-08-12 | 2 | -0/+0 |
* | add Generators | Narayan Desai | 2004-08-11 | 1 | -1/+1 |
* | Rename: generators/account.py -> src/lib/Server/Generators/account.py | Narayan Desai | 2004-08-11 | 1 | -0/+55 |
* | Rename: generators/cfg.py -> src/lib/Server/Generators/cfg.py | Narayan Desai | 2004-08-11 | 1 | -0/+191 |
* | Rename: generators/sshbase.py -> src/lib/Server/Generators/sshbase.py | Narayan Desai | 2004-08-11 | 1 | -0/+85 |
* | Rename: generators/pkgmgr.py -> src/lib/Server/Generators/pkgmgr.py | Narayan Desai | 2004-08-11 | 1 | -0/+55 |
* | Rename: generators/servicemgr.py -> src/lib/Server/Generators/servicemgr.py | Narayan Desai | 2004-08-11 | 1 | -0/+33 |
* | Rename: generators/myri.py -> src/lib/Server/Generators/myri.py | Narayan Desai | 2004-08-11 | 1 | -0/+24 |
* | Rename: generators/fstab.py -> src/lib/Server/Generators/fstab.py | Narayan Desai | 2004-08-11 | 1 | -0/+45 |
* | (Logical change 1.37) | Narayan Desai | 2004-08-11 | 1 | -0/+3 |
* | Initial revision | Narayan Desai | 2004-08-11 | 8 | -0/+0 |
* | Delete: src/Makefile.am | Narayan Desai | 2004-08-11 | 1 | -2/+0 |
* | Rename: src/Core.py -> src/lib/Server/Core.py | Narayan Desai | 2004-08-11 | 1 | -0/+111 |
* | Rename: src/__init__.py -> src/lib/Server/__init__.py | Narayan Desai | 2004-08-11 | 1 | -4/+0 |
* | module path update | Narayan Desai | 2004-08-11 | 1 | -0/+110 |
* | Rename: src/Structure.py -> src/lib/Server/Structure.py | Narayan Desai | 2004-08-11 | 1 | -21/+0 |
* | typo | Narayan Desai | 2004-08-11 | 1 | -0/+139 |
* | Rename: src/GeneratorUtils.py -> src/lib/Server/GeneratorUtils.py | Narayan Desai | 2004-08-11 | 1 | -0/+77 |