age |
author |
description |
2012-06-11 |
Christopher Rogers |
cooker: Replace 'echo ' with newline function. Check if file $crontabs exists before using fgrep on it. |
2012-06-11 |
Christopher Rogers |
libcook.sh: Add wokrev variable. |
2012-06-11 |
Christopher Rogers |
cooker.cgi: Updated.slitaz-tank |
2012-06-11 |
Christopher Rogers |
data: Update header.html and add footer.html file.slitaz-tank |
2012-06-11 |
Christopher Rogers |
doc: Update docs.slitaz-tank |
2012-06-11 |
Christopher Rogers |
cooker: Updated fully to what slitaz-tank needs.slitaz-tank |
2012-06-11 |
Christopher Rogers |
cook: Fixed what needs sourcing.slitaz-tank |
2012-06-11 |
Christopher Rogers |
cook: Updated fully to what slitaz-tank needs.slitaz-tank |
2012-06-09 |
Christopher Rogers |
lib: Add libcookorder.sh file. This is as special set of functions for building slitaz-tank from scratch. Its based on tazwok code.slitaz-tank |
2012-06-09 |
Christopher Rogers |
data: Add exclude.txt file.slitaz-tank |
2012-06-09 |
Christopher Rogers |
cook.conf: Updated.slitaz-tank |
2012-06-09 |
Christopher Rogers |
libcook.sh: Add strip_blocked function.slitaz-tank |
2012-06-09 |
Christopher Rogers |
cook: Update summary and extract_source function. Add getsrc, repack_source, download_base and download function.slitaz-tank |
2012-06-09 |
Pascal Bellard |
cook: add some error messages |
2012-06-08 |
Christopher Rogers |
Merge default.slitaz-tank |
2012-06-08 |
Christopher Rogers |
cook: Add LICENSE variable to receipt. |
2012-06-08 |
Christopher Rogers |
cook: Add license variable into new --interactive option.slitaz-tank |
2012-06-08 |
Christopher Rogers |
data: Add LICENSE variable to receipt.slitaz-tank |
2012-06-08 |
Christopher Rogers |
cook: Add AUFS_MODE variable. Add some changes to setup option thats used in slitaz-tank version of cookutils.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Update get_source function. Add PATCH variable support.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook.conf: Add TIMEOUT variable. This is so the timeout for connection can be changed.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Update create_tarball function.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Update set_paths function.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Update receipt_quality function. Since my cook.conf installs wget i can check https websites right.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Update init_db_files function.slitaz-tank |
2012-06-07 |
Christopher Rogers |
libcook.sh: Add unbuild list variable.slitaz-tank |
2012-06-07 |
Christopher Rogers |
libcook.sh: Add wan_db, dep_db, lib_db, and fullco variables.slitaz-tank |
2012-06-07 |
Christopher Rogers |
Start of slitaz-tank version of cookutils branch. cook.conf: Updated.slitaz-tank |
2012-06-07 |
Christopher Rogers |
cook: Use $MIRROR_URL variable in slitaz.conf. |
2012-06-05 |
Christopher Rogers |
cookiso: Using libcook.sh now. Make sure the cache variable is $CACHE/cookiso if $0 equals cookiso. Otherwise it equals $cACHE. Also SSH_CMD, SSH_ISO, and SSH_HOST can now be changed in cook.conf. |
2012-06-04 |
Christopher Rogers |
cook: Add source_stuff variable. |
2012-06-01 |
Paul Issott |
Tiny edits |
2012-06-01 |
Christophe Lincoln |
cross: glibc create lib64 lib symlinks (that fix GCC final build) |
2012-05-31 |
Christophe Lincoln |
cross: small fix |
2012-05-31 |
Christophe Lincoln |
remove .*install files from linux headers |
2012-05-31 |
Christophe Lincoln |
cross: dont extract the kernel each time |
2012-05-31 |
Christophe Lincoln |
cross: install kernel headers in source then copy, add libc_cv_forced_unwind=yes to glibc-headers build |
2012-05-30 |
Christophe Lincoln |
cross x86_64: glibc libexec in /usr/lib64 |
2012-05-30 |
Christophe Lincoln |
cross x86_64: glibc... we need fixes by hand |
2012-05-30 |
Christophe Lincoln |
cross x86_64: we need glibc headers to compile gcc-static |
2012-05-29 |
Christophe Lincoln |
cook: use pkgconfig file in sysroot |
2012-05-29 |
Christophe Lincoln |
cross: use eglibc 2.13 (rpc support is dropped and workaround is needed for 2.15) |
2012-05-29 |
Christophe Lincoln |
cross: small fix to clean-tools |
2012-05-29 |
Christophe Lincoln |
Some update to cook to use sysroot |
2012-05-29 |
Christophe Lincoln |
cross: fix gcc-final |
2012-05-29 |
Christophe Lincoln |
cross: sysroot method is now used (much better), eglibc replace glibc for ARM |
2012-05-26 |
Christophe Lincoln |
Let have a more complet cross-toolchain |
2012-05-23 |
Pascal Bellard |
cooker.cgi: add download link for ARCH |
2012-05-22 |
Christophe Lincoln |
cook: use -m64 gcc option when cross-compiling for x86_64 |
2012-05-22 |
Christophe Lincoln |
cook: small fix |
2012-05-22 |
Christophe Lincoln |
cooker.cgi: show only x86_64 packages for x86_64 cooker |
2012-05-22 |
Christophe Lincoln |
cook: we may have a local bdep not in wok, not on mirror but in local repo |
2012-05-21 |
Christophe Lincoln |
cross: we need a more complet build system to cross-compile packages |
2012-05-20 |
Christophe Lincoln |
cross: use custom CFLAGS fro arm/glibc and small info in cook.conf about x86_64 |
2012-05-20 |
Christophe Lincoln |
We need bash in cross chroot |
2012-05-20 |
Christophe Lincoln |
move internal vars to libcook.sh and broken function |
2012-05-20 |
Christophe Lincoln |
small fix |
2012-05-20 |
Christophe Lincoln |
cook arch-setup: check cross packages exist and install glibc-base |
2012-05-20 |
Christophe Lincoln |
cook: update cross-environement if pkg is installed like we do for native build |
2012-05-20 |
Christophe Lincoln |
cook: use libtaz.sh newline() |