summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* install: Add a TODO commentP. J. McDermott2014-08-251-0/+2
|
* install: Use -p for platform option instead of -PP. J. McDermott2014-08-251-3/+3
| | | | | In a future version of opkbuild, -p will specify a platform and -P will cause only platform-specific packages to be built.
* Fix license noticesP. J. McDermott2014-08-2516-16/+16
| | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
* version: Update copyright yearsP. J. McDermott2014-08-251-1/+1
|
* Improve license notices and file descriptionsP. J. McDermott2014-08-2516-176/+192
|
* proteanos: Install packages by Essential fieldP. J. McDermott2014-08-251-5/+6
|
* Update copyright yearsP. J. McDermott2014-08-244-4/+4
|
* install: Fix feed URLs in opkg.confP. J. McDermott2014-08-241-1/+1
|
* mv lib/profiles/ lib/profile/P. J. McDermott2014-08-233-3/+3
|
* Make field name checks case insensitiveP. J. McDermott2014-08-232-7/+8
|
* feed_para_cb(): Trim multiple spacesP. J. McDermott2014-08-221-3/+5
|
* install: Don't overwrite os-releaseP. J. McDermott2014-08-221-1/+4
|
* shell: Read profile ID from os-releaseP. J. McDermott2014-08-221-2/+2
|
* proteanos: Remove blank line from os-releaseP. J. McDermott2014-08-221-1/+2
|
* install: Write /etc/os-releaseP. J. McDermott2014-08-221-0/+2
|
* profile_get_os_release(): New functionP. J. McDermott2014-08-222-0/+31
|
* proteanos: Fix opkg_install_all() callP. J. McDermott2014-08-221-1/+1
|
* install: Verify checksumsP. J. McDermott2014-08-221-0/+18
|
* Collect package checksumsP. J. McDermott2014-08-222-1/+36
|
* shell: Escalate a comment to FIXMEP. J. McDermott2014-08-211-1/+1
|
* install: Add support for "src/gz" feedsP. J. McDermott2014-08-211-3/+11
|
* proteanos: Add "src" option to feed specificationsP. J. McDermott2014-08-211-2/+2
|
* feed_download(): Optionally decompress index filesP. J. McDermott2014-08-211-1/+9
|
* install: Configure packagesP. J. McDermott2014-08-211-1/+15
|
* profile_configure_system_foreign(): New functionP. J. McDermott2014-08-212-0/+30
|
* profile_configure_system_native(): New functionP. J. McDermott2014-08-212-0/+22
|
* opkg_install_all(): New functionP. J. McDermott2014-08-212-0/+32
|
* shell: New commandP. J. McDermott2014-08-212-1/+44
|
* chroot: Skip empty fstab linesP. J. McDermott2014-08-211-0/+2
|
* lib/chroot.sh: New fileP. J. McDermott2014-08-212-0/+80
|
* profile_get_fstab(): New functionP. J. McDermott2014-08-212-0/+26
|
* install: Write status fileP. J. McDermott2014-08-211-0/+34
|
* install: Wrap a long lineP. J. McDermott2014-08-201-2/+2
|
* feed_para_cb(): Add "XXX" comment about trimmingP. J. McDermott2014-08-201-0/+1
|
* install: Download and unpack packagesP. J. McDermott2014-08-201-0/+42
|
* install: Save full package URLsP. J. McDermott2014-08-201-1/+4
|
* install: Write full package list to temporary fileP. J. McDermott2014-08-201-2/+4
|
* proteanos: Drop libc-bin from included packagesP. J. McDermott2014-08-201-1/+1
|
* proteanos: Drop libopkg.1 from included packagesP. J. McDermott2014-08-201-1/+1
| | | | This is a dependency of opkg and is now resolved during installation.
* cmd_install_find_pkgs(): Resolve dependenciesP. J. McDermott2014-08-201-2/+10
| | | | Also reduce the number of open() system calls.
* resolve_deps(): Finish implementingP. J. McDermott2014-08-202-3/+21
|
* feed_find_pkgs(): Take callbacks, not file namesP. J. McDermott2014-08-202-19/+34
|
* lib/feed.sh: Drop old TODO commentP. J. McDermott2014-08-191-1/+0
|
* prof_proteanos_include_pkg(): Add list of packagesP. J. McDermott2014-08-181-4/+11
|
* prof_proteanos_feeds(): Add src/all/base feedP. J. McDermott2014-08-181-0/+9
|
* prof_proteanos_feeds(): Fix hardcoded mirrorP. J. McDermott2014-08-181-2/+0
|
* install: Write opkg.confP. J. McDermott2014-08-181-1/+10
|
* install: Add some info messagesP. J. McDermott2014-08-181-0/+4
|
* profile_feeds(): Accept a mirror argumentP. J. McDermott2014-08-183-16/+19
|
* install: Add mirror selection, with an -m optionP. J. McDermott2014-08-181-1/+9
|