summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Timo Savola [Fri, 4 Apr 2008 14:50:31 +0000 (17:50 +0300)]
more consistent build and pull messages
Timo Savola [Fri, 4 Apr 2008 14:49:09 +0000 (17:49 +0300)]
fix source-dist for new repository layout
Timo Savola [Fri, 4 Apr 2008 14:41:27 +0000 (17:41 +0300)]
don't clean meta directory
Timo Savola [Fri, 4 Apr 2008 14:37:27 +0000 (17:37 +0300)]
clone only meta repositories by default
"download" command is replaced with "clone" which clones the source code
repositories.
Timo Savola [Fri, 4 Apr 2008 14:30:17 +0000 (17:30 +0300)]
fix cache updating
Timo Savola [Fri, 4 Apr 2008 14:13:14 +0000 (17:13 +0300)]
fix and clean up help message
Timo Savola [Fri, 4 Apr 2008 14:06:15 +0000 (17:06 +0300)]
move git repository existence check out of getvar
Timo Savola [Fri, 4 Apr 2008 13:36:45 +0000 (16:36 +0300)]
git checkout doesn't require explicit branch parameter
Timo Savola [Fri, 4 Apr 2008 13:32:38 +0000 (16:32 +0300)]
force option
builds components with dirty files (ignores cache) instead of failing.
dirty files in the meta directory are no longer considered.
Timo Savola [Fri, 4 Apr 2008 13:31:00 +0000 (16:31 +0300)]
try to use relative directories
Timo Savola [Fri, 4 Apr 2008 08:10:47 +0000 (11:10 +0300)]
reorganize repository layout
before
root: host:/path/repo
repository: host:/path/repo/section/component.git
branch: matrix
checkout: section/component
metadata: section/component/.matrix
after
root: host:/path
repositories: host:/path/repo/component.git
host:/path/meta/component.git
branch: master
checkouts: src/component
src/component/meta
metadata: src/component/meta
Timo Savola [Fri, 4 Apr 2008 07:45:32 +0000 (10:45 +0300)]
git pull error fix
Timo Savola [Fri, 4 Apr 2008 07:43:58 +0000 (10:43 +0300)]
install scripts
Timo Savola [Fri, 4 Apr 2008 06:58:24 +0000 (09:58 +0300)]
use MATRIX_SCRIPTDIR in scripts
Timo Savola [Thu, 3 Apr 2008 15:16:49 +0000 (18:16 +0300)]
use "build-cache" as the default cache dir
Timo Savola [Thu, 3 Apr 2008 14:27:52 +0000 (17:27 +0300)]
remove unused and broken get_active_arch()
Timo Savola [Thu, 3 Apr 2008 10:52:52 +0000 (13:52 +0300)]
don't use built-in set type
(Scratchbox 1 still has only Python 2.3.)
Timo Savola [Wed, 2 Apr 2008 21:45:32 +0000 (00:45 +0300)]
use built-in set type
Timo Savola [Wed, 2 Apr 2008 14:58:33 +0000 (17:58 +0300)]
use new-style classes
Timo Savola [Wed, 2 Apr 2008 14:46:32 +0000 (17:46 +0300)]
setup script
Timo Savola [Wed, 2 Apr 2008 13:57:44 +0000 (16:57 +0300)]
reorganize and remove legacy stuff
Timo Savola [Tue, 1 Apr 2008 14:18:31 +0000 (17:18 +0300)]
import
based on commit
83b977db1f5e0c260c7396ce32c4c6d5ccc1173d from original
repository.