Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-03 | abuild: move functions to a shared lib | Natanael Copa | 3 | -35/+52 | |
2009-01-03 | abuild: implemented listpkg and cleanoldpkg | Natanael Copa | 1 | -0/+23 | |
2009-01-02 | mkinitram: sata needs acpi module dock.ko | Natanael Copa | 1 | -1/+1 | |
2009-01-02 | mkiso: misc boot fixes | Natanael Copa | 1 | -3/+3 | |
- set boot prompt timeout to 2 sec - remove unused boot parameter - move test.gz to /boot subdir | |||||
2009-01-02 | mkmodloop: no firmware. fix path in image | Natanael Copa | 1 | -4/+2 | |
2009-01-02 | mk*: build and include modloop | Natanael Copa | 3 | -16/+84 | |
try also mount modloop during boot and run a second pass hardware detect. | |||||
2009-01-02 | autodetect hardware at boot. quiet kernel | Natanael Copa | 2 | -3/+15 | |
2009-01-02 | added scripts to make alpine bootable | Natanael Copa | 3 | -0/+101 | |
those should probably go to a separate package but I put them here for now | |||||
2008-12-01 | usr/bin/*-config belongs into -dev packages | Natanael Copa | 1 | -2/+5 | |
2008-11-28 | added APKBUILD-svn.proto | Natanael Copa | 1 | -0/+46 | |
2008-11-27 | release 0.9v0.9 | Natanael Copa | 1 | -1/+1 | |
2008-11-27 | remove -fPIC from CFLAGS. added comments for SRC/PKGDEST | Natanael Copa | 1 | -1/+8 | |
2008-11-27 | automatically md5check and fetch | Natanael Copa | 1 | -0/+2 | |
2008-11-25 | strip binaries before creating package | Natanael Copa | 1 | -0/+17 | |
2008-11-25 | implement is_remote(). fix up2date to deal with $SRCDEST properly. | Natanael Copa | 1 | -16/+25 | |
2008-11-25 | mention -u option for mising dep error message | Natanael Copa | 1 | -1/+1 | |
2008-11-25 | just moved the checksum func | Natanael Copa | 1 | -10/+10 | |
2008-11-25 | use abuild_ver instead of myver to avoid clashes in APKBUILDs | Natanael Copa | 1 | -3/+3 | |
2008-11-23 | bugfix release 0.8.2v0.8.2 | Natanael Copa | 1 | -1/+1 | |
2008-11-23 | run md5sum creation from $srcdir rather than $SRCDEST | Natanael Copa | 1 | -1/+1 | |
2008-11-23 | fix bug in doc() | Natanael Copa | 1 | -1/+1 | |
2008-11-14 | release 0.8.1v0.8.1 | Natanael Copa | 1 | -1/+1 | |
2008-11-14 | dont depend on man for now | Natanael Copa | 1 | -1/+1 | |
2008-11-14 | version 0.8v0.8 | Natanael Copa | 1 | -1/+1 | |
2008-11-14 | do not include :func in subpackage name | Natanael Copa | 1 | -1/+1 | |
2008-11-13 | fix bug in abuild cleanpkg. set default CHOST | Natanael Copa | 2 | -2/+4 | |
2008-11-13 | let doc split func remove /usr/share/info/dir | Natanael Copa | 1 | -0/+6 | |
and compress man and info files | |||||
2008-11-11 | support for unpacking *.tar.lzma files | Natanael Copa | 1 | -0/+4 | |
2008-11-10 | v0.7v0.7 | Natanael Copa | 1 | -1/+1 | |
2008-11-10 | send xterm title to stderr. reset pkgrel | Natanael Copa | 1 | -1/+2 | |
2008-11-09 | the package name includes -r for package release | Natanael Copa | 1 | -1/+1 | |
2008-11-09 | added -u option for recursively build and upgrade dependencies | Linux User | 1 | -7/+14 | |
2008-11-08 | set xterm window title | Linux User | 1 | -2/+13 | |
2008-11-08 | force creation of links | Linux User | 1 | -1/+1 | |
2008-11-08 | use colors on messages | Linux User | 2 | -6/+30 | |
2008-11-08 | better messages. always run fetch before checksum. | Linux User | 1 | -9/+21 | |
2008-11-08 | display when fetching | Linux User | 1 | -2/+3 | |
2008-11-08 | create correct links to non-remote sources (patches) if $SRCDEST != $startdir | Linux User | 1 | -1/+4 | |
2008-11-08 | version 0.6v0.6 | Linux User | 1 | -1/+1 | |
2008-11-07 | implement recursive build and install | Natanael Copa | 1 | -17/+39 | |
note that the package release now include -r again. | |||||
2008-11-07 | do not use splitfuncs variable | Natanael Copa | 1 | -13/+17 | |
the split function name is extraced from the subpackage name in subpackages variable in one of the following formats: 1. subpackage:func The ':' serves as a separator. subpackage is first part, function second 2. subpackage-func Without ':' separator, the subpackage is the entire string. In the example above, the package name is 'subpackage-func'. Function is extracted from the text after last '-'. 3. subpackage Without either ':' and '-' the function name will be the subpackage name itself. | |||||
2008-11-06 | release 0.5v0.5 | Natanael Copa | 1 | -1/+1 | |
2008-11-06 | implement new way of doing subpackages | Natanael Copa | 1 | -17/+30 | |
subpackages contains a list of (full) names of the sub packages splitfuncs contains a list of corresponding function names to be called | |||||
2008-11-06 | rename makedepends to splitfuncs | Natanael Copa | 1 | -9/+9 | |
2008-11-06 | fix for saintycheckv0.4.1 | Natanael Copa | 1 | -1/+1 | |
2008-11-06 | release 0.4v0.4 | Natanael Copa | 1 | -1/+1 | |
2008-11-06 | fix buggy cleancache | Natanael Copa | 1 | -1/+1 | |
2008-11-06 | the package now always include the pkgrel | Natanael Copa | 1 | -8/+4 | |
2008-11-06 | always add revision number to filename | Natanael Copa | 1 | -10/+1 | |
2008-11-06 | add revision to pkgver in .PKGINFO | Natanael Copa | 1 | -1/+1 | |