Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | build: Parse and install build dependencies | P. J. McDermott | 2014-08-29 | 1 | -3/+37 |
* | build: Make stub build dependencies package | P. J. McDermott | 2014-08-29 | 1 | -1/+27 |
* | build: Move output files to parent of pkg dir | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | build: New command | P. J. McDermott | 2014-08-28 | 2 | -1/+90 |
* | opkg: rm opks in just one command | P. J. McDermott | 2014-08-27 | 1 | -4/+6 |
* | opkg: Only copy files that exist | P. J. McDermott | 2014-08-27 | 1 | -0/+4 |
* | srand(): Fix case value | P. J. McDermott | 2014-08-27 | 1 | -1/+1 |
* | opkg: New command | P. J. McDermott | 2014-08-27 | 2 | -1/+81 |
* | lib/rand.sh: New file | P. J. McDermott | 2014-08-27 | 2 | -0/+49 |
* | install: Add a TODO comment | P. J. McDermott | 2014-08-25 | 1 | -0/+2 |
* | install: Use -p for platform option instead of -P | P. J. McDermott | 2014-08-25 | 1 | -3/+3 |
* | Fix license notices | P. J. McDermott | 2014-08-25 | 16 | -16/+16 |
* | version: Update copyright years | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
* | Improve license notices and file descriptions | P. J. McDermott | 2014-08-25 | 16 | -176/+192 |
* | proteanos: Install packages by Essential field | P. J. McDermott | 2014-08-25 | 1 | -5/+6 |
* | Update copyright years | P. J. McDermott | 2014-08-24 | 4 | -4/+4 |
* | install: Fix feed URLs in opkg.conf | P. J. McDermott | 2014-08-24 | 1 | -1/+1 |
* | mv lib/profiles/ lib/profile/ | P. J. McDermott | 2014-08-23 | 3 | -3/+3 |
* | Make field name checks case insensitive | P. J. McDermott | 2014-08-23 | 2 | -7/+8 |
* | feed_para_cb(): Trim multiple spaces | P. J. McDermott | 2014-08-22 | 1 | -3/+5 |
* | install: Don't overwrite os-release | P. J. McDermott | 2014-08-22 | 1 | -1/+4 |
* | shell: Read profile ID from os-release | P. J. McDermott | 2014-08-22 | 1 | -2/+2 |
* | proteanos: Remove blank line from os-release | P. J. McDermott | 2014-08-22 | 1 | -1/+2 |
* | install: Write /etc/os-release | P. J. McDermott | 2014-08-22 | 1 | -0/+2 |
* | profile_get_os_release(): New function | P. J. McDermott | 2014-08-22 | 2 | -0/+31 |
* | proteanos: Fix opkg_install_all() call | P. J. McDermott | 2014-08-22 | 1 | -1/+1 |
* | install: Verify checksums | P. J. McDermott | 2014-08-22 | 1 | -0/+18 |
* | Collect package checksums | P. J. McDermott | 2014-08-22 | 2 | -1/+36 |
* | shell: Escalate a comment to FIXME | P. J. McDermott | 2014-08-21 | 1 | -1/+1 |
* | install: Add support for "src/gz" feeds | P. J. McDermott | 2014-08-21 | 1 | -3/+11 |
* | proteanos: Add "src" option to feed specifications | P. J. McDermott | 2014-08-21 | 1 | -2/+2 |
* | feed_download(): Optionally decompress index files | P. J. McDermott | 2014-08-21 | 1 | -1/+9 |
* | install: Configure packages | P. J. McDermott | 2014-08-21 | 1 | -1/+15 |
* | profile_configure_system_foreign(): New function | P. J. McDermott | 2014-08-21 | 2 | -0/+30 |
* | profile_configure_system_native(): New function | P. J. McDermott | 2014-08-21 | 2 | -0/+22 |
* | opkg_install_all(): New function | P. J. McDermott | 2014-08-21 | 2 | -0/+32 |
* | shell: New command | P. J. McDermott | 2014-08-21 | 2 | -1/+44 |
* | chroot: Skip empty fstab lines | P. J. McDermott | 2014-08-21 | 1 | -0/+2 |
* | lib/chroot.sh: New file | P. J. McDermott | 2014-08-21 | 2 | -0/+80 |
* | profile_get_fstab(): New function | P. J. McDermott | 2014-08-21 | 2 | -0/+26 |
* | install: Write status file | P. J. McDermott | 2014-08-21 | 1 | -0/+34 |
* | install: Wrap a long line | P. J. McDermott | 2014-08-20 | 1 | -2/+2 |
* | feed_para_cb(): Add "XXX" comment about trimming | P. J. McDermott | 2014-08-20 | 1 | -0/+1 |
* | install: Download and unpack packages | P. J. McDermott | 2014-08-20 | 1 | -0/+42 |
* | install: Save full package URLs | P. J. McDermott | 2014-08-20 | 1 | -1/+4 |
* | install: Write full package list to temporary file | P. J. McDermott | 2014-08-20 | 1 | -2/+4 |
* | proteanos: Drop libc-bin from included packages | P. J. McDermott | 2014-08-20 | 1 | -1/+1 |
* | proteanos: Drop libopkg.1 from included packages | P. J. McDermott | 2014-08-20 | 1 | -1/+1 |
* | cmd_install_find_pkgs(): Resolve dependencies | P. J. McDermott | 2014-08-20 | 1 | -2/+10 |
* | resolve_deps(): Finish implementing | P. J. McDermott | 2014-08-20 | 2 | -3/+21 |