Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | | | | This is a dependency of opkg and is now resolved during installation. | ||||
* | cmd_install_find_pkgs(): Resolve dependencies | P. J. McDermott | 2014-08-20 | 1 | -2/+10 |
| | | | | Also reduce the number of open() system calls. | ||||
* | resolve_deps(): Finish implementing | P. J. McDermott | 2014-08-20 | 2 | -3/+21 |
| | |||||
* | feed_find_pkgs(): Take callbacks, not file names | P. J. McDermott | 2014-08-20 | 2 | -19/+34 |
| | |||||
* | lib/feed.sh: Drop old TODO comment | P. J. McDermott | 2014-08-19 | 1 | -1/+0 |
| | |||||
* | prof_proteanos_include_pkg(): Add list of packages | P. J. McDermott | 2014-08-18 | 1 | -4/+11 |
| | |||||
* | prof_proteanos_feeds(): Add src/all/base feed | P. J. McDermott | 2014-08-18 | 1 | -0/+9 |
| | |||||
* | prof_proteanos_feeds(): Fix hardcoded mirror | P. J. McDermott | 2014-08-18 | 1 | -2/+0 |
| | |||||
* | install: Write opkg.conf | P. J. McDermott | 2014-08-18 | 1 | -1/+10 |
| | |||||
* | install: Add some info messages | P. J. McDermott | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | profile_feeds(): Accept a mirror argument | P. J. McDermott | 2014-08-18 | 3 | -16/+19 |
| | |||||
* | install: Add mirror selection, with an -m option | P. J. McDermott | 2014-08-18 | 1 | -1/+9 |
| | |||||
* | profile_select_mirror(): New function | P. J. McDermott | 2014-08-18 | 2 | -0/+24 |
| | |||||
* | install: Error if chroot dir exists | P. J. McDermott | 2014-08-18 | 1 | -1/+4 |
| | |||||
* | feed_download(): Add feed_idx parameter | P. J. McDermott | 2014-08-18 | 2 | -6/+7 |
| | |||||
* | install: Put pkg idx files in /var/lib/opkg/lists | P. J. McDermott | 2014-08-18 | 1 | -2/+4 |
| | |||||
* | prof_proteanos_feeds(): Add more info to feed IDs | P. J. McDermott | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | feed_download(): Add -q option to wget command | P. J. McDermott | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | prof_proteanos_feeds(): Add section | P. J. McDermott | 2014-08-17 | 1 | -3/+8 |
| | |||||
* | install: Set default plat if none given | P. J. McDermott | 2014-08-17 | 1 | -0/+2 |
| | |||||
* | profile_default_plat(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+10 |
| | |||||
* | Add TODO notes about arch and plat validation | P. J. McDermott | 2014-08-17 | 2 | -0/+4 |
| | |||||
* | install: Validate architecture and platform | P. J. McDermott | 2014-08-17 | 1 | -0/+4 |
| | |||||
* | profile_validate_archplat(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+29 |
| | |||||
* | install: Normalize suite | P. J. McDermott | 2014-08-17 | 1 | -0/+1 |
| | |||||
* | profile_normalize_suite(): New function | P. J. McDermott | 2014-08-17 | 2 | -0/+19 |
| | |||||
* | lib/pkg.sh: New file (WIP) | P. J. McDermott | 2014-08-16 | 1 | -0/+36 |
| | |||||
* | parse_control(): Call field_cb on paragraph end | P. J. McDermott | 2014-08-16 | 1 | -0/+6 |
| | |||||
* | Rename "srcdir" global variable to "builddir" | P. J. McDermott | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | load_locale(): Support in-place execution | P. J. McDermott | 2014-08-15 | 1 | -1/+5 |
| | |||||
* | proteanos: Update detected architectures | P. J. McDermott | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | install: Detect arch if not given | P. J. McDermott | 2014-08-15 | 1 | -0/+2 |
| | |||||
* | install: Move suite and profile setting code | P. J. McDermott | 2014-08-15 | 1 | -9/+8 |
| | |||||
* | prof_proteanos_detect_arch(): Fix syntax errors | P. J. McDermott | 2014-08-15 | 1 | -2/+2 |
| | |||||
* | lib/profile.sh: use() the set profile | P. J. McDermott | 2014-08-15 | 1 | -0/+1 |
| | |||||
* | install: Fix profile_feeds() call | P. J. McDermott | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | install: use profile | P. J. McDermott | 2014-08-15 | 1 | -0/+1 |
| | |||||
* | lib/profile.sh: New file | P. J. McDermott | 2014-08-15 | 2 | -1/+77 |
| | |||||
* | install: use feed | P. J. McDermott | 2014-08-15 | 1 | -0/+1 |
| |