- 13 Feb, 2012 5 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
For a second, indented message line.
-
- 20 Jan, 2012 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
We need locking Since the build servers use a shared download dir and multiple vservers might want download same file at same time. fixes #873
-
- 20 Dec, 2011 1 commit
-
-
Natanael Copa authored
curl does not fail by default. it downloads the 404 error page instead so we need add -f option to curl.
-
- 19 Dec, 2011 1 commit
-
-
Natanael Copa authored
Not been used for ages.
-
- 16 Dec, 2011 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
fixes #871
-
- 14 Dec, 2011 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- 01 Nov, 2011 1 commit
-
-
Natanael Copa authored
This is to avoid things like: http://git.alpinelinux.org/cgit/aports/commit/?id=81c0a4bb37e709ebc5add8394331d28209a61b6f
-
- 03 Oct, 2011 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 30 Sep, 2011 1 commit
-
-
Natanael Copa authored
-
- 02 Sep, 2011 1 commit
-
-
Natanael Copa authored
We alos introduce $langdir where you can set other dir to look for localization dirs.
-
- 30 Jun, 2011 1 commit
-
-
Natanael Copa authored
we might have '.' in pkgname as in gtk+2.0
-
- 29 Jun, 2011 1 commit
-
-
Natanael Copa authored
To be allowed to keep the .la files you need to add 'libtool' to $options
-
- 28 Jun, 2011 1 commit
-
-
Natanael Copa authored
-
- 27 Jun, 2011 3 commits
-
-
Natanael Copa authored
it contains a list with all triggers for all subpackages. separate trigger script from path list with '=' separate paths in path list with ':' example: pkgname="foo" subpackages="foo-libs foo-dev" triggers="foo.trigger=/usr:/usr/lib/foo foo-libs.trigger=/usr:/usr/share/foo"
-
Natanael Copa authored
We need to list all install scripts in $install rather than specify it in subpackage
-
Natanael Copa authored
we check early that suffix is valid and that we have a matching pkgname or subpackage
-
- 18 May, 2011 1 commit
-
-
Natanael Copa authored
-
- 05 May, 2011 1 commit
-
-
Natanael Copa authored
We don't really need to see what packages gets uninstalled, but error messages might be nice to see. So we are quiet when uninstalling.
-
- 18 Apr, 2011 1 commit
-
-
Natanael Copa authored
only main package has the trigger
-
- 17 Apr, 2011 1 commit
-
-
Natanael Copa authored
-
- 06 Apr, 2011 1 commit
-
-
Natanael Copa authored
we need set the $CARCH in the package destination needs also to be passed over for recursive action
-
- 04 Apr, 2011 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
We no require apk-tools-2.1
-
Natanael Copa authored
-
- 01 Apr, 2011 1 commit
-
-
Natanael Copa authored
-
- 31 Mar, 2011 1 commit
-
-
Natanael Copa authored
-
- 30 Mar, 2011 4 commits
-
-
Natanael Copa authored
apk-tools-2.0's apk index will not show the arch so we need to use tar to find arch if we have old apk. We prefer use apk index since it will only read first block of file, regardless size, while tar will read entire file. Reading entire file is slow if file is big. So we check apk --version and use tar if needed, and apk index if possible.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
This is so apk-tools-2.1 works
-
- 29 Mar, 2011 1 commit
-
-
Natanael Copa authored
we need use "$srcdir"
-