Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added portage reinit inside chrootHEADmasterdevel | Stanislav Ochotnicky | 2009-08-16 | 1 | -3/+6 |
| | |||||
* | Remove BASE_CHROOT.tar after modifications | Stanislav Ochotnicky | 2009-08-16 | 1 | -1/+2 |
| | |||||
* | Updated installation instructionsrelease-1.0 | Stanislav Ochotnicky | 2009-08-15 | 5 | -19/+28 |
| | | | | also moved initialization data so that it is installed in /usr/share | ||||
* | Added installation of example settings | Stanislav Ochotnicky | 2009-08-14 | 1 | -0/+6 |
| | |||||
* | Moved sample configuration files to examples/ dir | Stanislav Ochotnicky | 2009-08-14 | 2 | -0/+0 |
| | |||||
* | Install web part of collagen to /usr/share | Stanislav Ochotnicky | 2009-08-14 | 1 | -2/+13 |
| | |||||
* | Add dev-python/django to DEPEND in ebuild | Stanislav Ochotnicky | 2009-08-14 | 1 | -1/+2 |
| | |||||
* | Add mktinderboxchroot to setup.py installation | Stanislav Ochotnicky | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Created simple ebuild for collagen | Stanislav Ochotnicky | 2009-08-14 | 1 | -0/+19 |
| | | | | Using git eclass this was quite simple | ||||
* | Changed models for web interface to be real python | Stanislav Ochotnicky | 2009-08-14 | 1 | -1/+1 |
| | | | | this way no symlink is needed | ||||
* | Added setup.py installation script | Stanislav Ochotnicky | 2009-08-14 | 1 | -0/+22 |
| | |||||
* | More changes for installation of matchbox/tinderbox | Stanislav Ochotnicky | 2009-08-14 | 4 | -2/+13 |
| | |||||
* | Moved files around to simplify deployment | Stanislav Ochotnicky | 2009-08-14 | 18 | -16/+14 |
| | |||||
* | Add docstrings to most functions | Stanislav Ochotnicky | 2009-08-14 | 3 | -6/+85 |
| | |||||
* | Added emerge --info back for now | Stanislav Ochotnicky | 2009-08-14 | 1 | -2/+5 |
| | |||||
* | Fix missing information about failed packages | Stanislav Ochotnicky | 2009-08-14 | 1 | -0/+1 |
| | |||||
* | Fix possible issue with changed ebuild path | Stanislav Ochotnicky | 2009-08-14 | 1 | -3/+3 |
| | | | | | Inside chroot path to ebuild can be different, therefore it's better to calculate it inside chroot | ||||
* | Use cPickle instead of pickle if available | Stanislav Ochotnicky | 2009-08-14 | 2 | -2/+8 |
| | |||||
* | Added -m switch to mktinderbox chroot | Stanislav Ochotnicky | 2009-08-12 | 1 | -29/+47 |
| | | | | This makes modifications and updates of base_chroot easier. | ||||
* | More flexibility for mktinderboxchroot | Stanislav Ochotnicky | 2009-08-12 | 1 | -8/+51 |
| | | | | | | | | | | | | | We no longer bind /etc/portage to WORK_CHROOT. Instead we copy it first to BASE_CHROOT where user can modify settings without touching machine settings Also DISTDIR/PKGDIR can be modified in make.conf and we will map these directories inside chroot instead of standard paths (note that this is quite possibly buggy, especially make.conf parsing). If these dirs don't exist outside of chroot they will be created so watch out! All of this is supposed to take care of various RO mounts over nfs | ||||
* | Fix non-null problem when no of deps worked | Stanislav Ochotnicky | 2009-08-12 | 1 | -0/+1 |
| | | | | | When package.version was set to None db layer complained about NULL constraint | ||||
* | Fix imports/code for portage 2.2 | Stanislav Ochotnicky | 2009-08-12 | 1 | -3/+7 |
| | |||||
* | Changed urls of attachments to preserve name | Stanislav Ochotnicky | 2009-08-11 | 2 | -2/+2 |
| | | | | | So when you push ctrl-s in browser, it offers proper filename instead of number | ||||
* | Changed view of attachment to use utf-8 charset | Stanislav Ochotnicky | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Added "time added" column to packageproperties | Stanislav Ochotnicky | 2009-08-10 | 3 | -1/+3 |
| | |||||
* | Made categories/packages sorted when browsing | Stanislav Ochotnicky | 2009-08-10 | 1 | -1/+9 |
| | |||||
* | Fixed error where failed deps didn't have logs | Stanislav Ochotnicky | 2009-08-10 | 1 | -3/+14 |
| | |||||
* | Fixed missing setting of error code in tinderbox | Stanislav Ochotnicky | 2009-08-10 | 1 | -0/+2 |
| | |||||
* | Added sorting by path to File model | Stanislav Ochotnicky | 2009-08-10 | 1 | -0/+2 |
| | |||||
* | Make package listing more visible | Stanislav Ochotnicky | 2009-08-10 | 1 | -1/+4 |
| | |||||
* | Basic functions of web working | Stanislav Ochotnicky | 2009-08-10 | 19 | -17/+313 |
| | | | | | | | This is really big commit, since there was no use putting in absolutely non functional code until now. Some templates might be simplified later on... | ||||
* | Prepared urls and settings for templates | Stanislav Ochotnicky | 2009-08-07 | 5 | -1/+15 |
| | |||||
* | Add basic web presentation structure | Stanislav Ochotnicky | 2009-08-06 | 10 | -0/+124 |
| | |||||
* | Added check for architecture before emerge | Stanislav Ochotnicky | 2009-08-01 | 1 | -0/+5 |
| | | | | fixes bug #20 | ||||
* | Fixed normalize_dependencies | Stanislav Ochotnicky | 2009-08-01 | 2 | -4/+19 |
| | | | | should be final fix for bug #15 | ||||
* | Remove "strict" from FEATURES | Stanislav Ochotnicky | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | [db] Fix content save db function | Stanislav Ochotnicky | 2009-07-31 | 1 | -4/+4 |
| | | | | | initial data were bogus and also I mixed order how they are in dict returned from dbapi | ||||
* | [db] fixed add_packageproperties return value | Stanislav Ochotnicky | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | Fixed settings for database | Stanislav Ochotnicky | 2009-07-31 | 1 | -1/+1 |
| | | | | | this caused problems when using database function for the first time (subsequent uses were without problems) | ||||
* | Started adding information to database | Stanislav Ochotnicky | 2009-07-31 | 1 | -3/+41 |
| | | | | and fixed imports | ||||
* | Added instruction to initialize data to INSTALL | Stanislav Ochotnicky | 2009-07-30 | 1 | -0/+2 |
| | |||||
* | [db] Fixed issue with adding useflags to package properties | Stanislav Ochotnicky | 2009-07-30 | 1 | -1/+2 |
| | | | | clearing in the beginning and saving afterwards to make sure it gets saved | ||||
* | Added function to db layer to get package version | Stanislav Ochotnicky | 2009-07-30 | 1 | -0/+10 |
| | |||||
* | Add current profile name to package info | Stanislav Ochotnicky | 2009-07-30 | 2 | -0/+13 |
| | |||||
* | Added ip address/port to client handler context | Stanislav Ochotnicky | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | Reset FileHandler when calling init_logging | Stanislav Ochotnicky | 2009-07-29 | 1 | -2/+11 |
| | | | | I saw no direct way to reset when using basicConfig unfortunately... | ||||
* | Added top-level exception handling | Stanislav Ochotnicky | 2009-07-29 | 1 | -1/+5 |
| | | | | this is last place to catch errors inside main app. | ||||
* | Create mechanism for skipping packages from dep | Stanislav Ochotnicky | 2009-07-29 | 1 | -1/+4 |
| | | | | | For now this is used to skip updating/downgrading portage. This only caused problems | ||||
* | Modified logging to trace more things | Stanislav Ochotnicky | 2009-07-29 | 2 | -4/+12 |
| | | | | | mainly outside chroot so modifications were to init_logging so we are able to chose logging dir | ||||
* | Testing for more packages in create_dep_groups | Stanislav Ochotnicky | 2009-07-29 | 1 | -14/+13 |
| |