aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added portage reinit inside chrootHEADmasterdevelStanislav Ochotnicky2009-08-161-3/+6
|
* Remove BASE_CHROOT.tar after modificationsStanislav Ochotnicky2009-08-161-1/+2
|
* Updated installation instructionsrelease-1.0Stanislav Ochotnicky2009-08-155-19/+28
| | | | also moved initialization data so that it is installed in /usr/share
* Added installation of example settingsStanislav Ochotnicky2009-08-141-0/+6
|
* Moved sample configuration files to examples/ dirStanislav Ochotnicky2009-08-142-0/+0
|
* Install web part of collagen to /usr/shareStanislav Ochotnicky2009-08-141-2/+13
|
* Add dev-python/django to DEPEND in ebuildStanislav Ochotnicky2009-08-141-1/+2
|
* Add mktinderboxchroot to setup.py installationStanislav Ochotnicky2009-08-141-1/+1
|
* Created simple ebuild for collagenStanislav Ochotnicky2009-08-141-0/+19
| | | | Using git eclass this was quite simple
* Changed models for web interface to be real pythonStanislav Ochotnicky2009-08-141-1/+1
| | | | this way no symlink is needed
* Added setup.py installation scriptStanislav Ochotnicky2009-08-141-0/+22
|
* More changes for installation of matchbox/tinderboxStanislav Ochotnicky2009-08-144-2/+13
|
* Moved files around to simplify deploymentStanislav Ochotnicky2009-08-1418-16/+14
|
* Add docstrings to most functionsStanislav Ochotnicky2009-08-143-6/+85
|
* Added emerge --info back for nowStanislav Ochotnicky2009-08-141-2/+5
|
* Fix missing information about failed packagesStanislav Ochotnicky2009-08-141-0/+1
|
* Fix possible issue with changed ebuild pathStanislav Ochotnicky2009-08-141-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 availableStanislav Ochotnicky2009-08-142-2/+8
|
* Added -m switch to mktinderbox chrootStanislav Ochotnicky2009-08-121-29/+47
| | | | This makes modifications and updates of base_chroot easier.
* More flexibility for mktinderboxchrootStanislav Ochotnicky2009-08-121-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 workedStanislav Ochotnicky2009-08-121-0/+1
| | | | | When package.version was set to None db layer complained about NULL constraint
* Fix imports/code for portage 2.2Stanislav Ochotnicky2009-08-121-3/+7
|
* Changed urls of attachments to preserve nameStanislav Ochotnicky2009-08-112-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 charsetStanislav Ochotnicky2009-08-111-1/+1
|
* Added "time added" column to packagepropertiesStanislav Ochotnicky2009-08-103-1/+3
|
* Made categories/packages sorted when browsingStanislav Ochotnicky2009-08-101-1/+9
|
* Fixed error where failed deps didn't have logsStanislav Ochotnicky2009-08-101-3/+14
|
* Fixed missing setting of error code in tinderboxStanislav Ochotnicky2009-08-101-0/+2
|
* Added sorting by path to File modelStanislav Ochotnicky2009-08-101-0/+2
|
* Make package listing more visibleStanislav Ochotnicky2009-08-101-1/+4
|
* Basic functions of web workingStanislav Ochotnicky2009-08-1019-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 templatesStanislav Ochotnicky2009-08-075-1/+15
|
* Add basic web presentation structureStanislav Ochotnicky2009-08-0610-0/+124
|
* Added check for architecture before emergeStanislav Ochotnicky2009-08-011-0/+5
| | | | fixes bug #20
* Fixed normalize_dependenciesStanislav Ochotnicky2009-08-012-4/+19
| | | | should be final fix for bug #15
* Remove "strict" from FEATURESStanislav Ochotnicky2009-07-311-0/+1
|
* [db] Fix content save db functionStanislav Ochotnicky2009-07-311-4/+4
| | | | | initial data were bogus and also I mixed order how they are in dict returned from dbapi
* [db] fixed add_packageproperties return valueStanislav Ochotnicky2009-07-311-0/+1
|
* Fixed settings for databaseStanislav Ochotnicky2009-07-311-1/+1
| | | | | this caused problems when using database function for the first time (subsequent uses were without problems)
* Started adding information to databaseStanislav Ochotnicky2009-07-311-3/+41
| | | | and fixed imports
* Added instruction to initialize data to INSTALLStanislav Ochotnicky2009-07-301-0/+2
|
* [db] Fixed issue with adding useflags to package propertiesStanislav Ochotnicky2009-07-301-1/+2
| | | | clearing in the beginning and saving afterwards to make sure it gets saved
* Added function to db layer to get package versionStanislav Ochotnicky2009-07-301-0/+10
|
* Add current profile name to package infoStanislav Ochotnicky2009-07-302-0/+13
|
* Added ip address/port to client handler contextStanislav Ochotnicky2009-07-301-2/+2
|
* Reset FileHandler when calling init_loggingStanislav Ochotnicky2009-07-291-2/+11
| | | | I saw no direct way to reset when using basicConfig unfortunately...
* Added top-level exception handlingStanislav Ochotnicky2009-07-291-1/+5
| | | | this is last place to catch errors inside main app.
* Create mechanism for skipping packages from depStanislav Ochotnicky2009-07-291-1/+4
| | | | | For now this is used to skip updating/downgrading portage. This only caused problems
* Modified logging to trace more thingsStanislav Ochotnicky2009-07-292-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_groupsStanislav Ochotnicky2009-07-291-14/+13
|