summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* profile_select_mirror(): New functionP. J. McDermott2014-08-182-0/+24
* install: Error if chroot dir existsP. J. McDermott2014-08-181-1/+4
* feed_download(): Add feed_idx parameterP. J. McDermott2014-08-182-6/+7
* install: Put pkg idx files in /var/lib/opkg/listsP. J. McDermott2014-08-181-2/+4
* prof_proteanos_feeds(): Add more info to feed IDsP. J. McDermott2014-08-181-1/+2
* feed_download(): Add -q option to wget commandP. J. McDermott2014-08-181-1/+1
* prof_proteanos_feeds(): Add sectionP. J. McDermott2014-08-171-3/+8
* install: Set default plat if none givenP. J. McDermott2014-08-171-0/+2
* profile_default_plat(): New functionP. J. McDermott2014-08-172-0/+10
* Add TODO notes about arch and plat validationP. J. McDermott2014-08-172-0/+4
* install: Validate architecture and platformP. J. McDermott2014-08-171-0/+4
* profile_validate_archplat(): New functionP. J. McDermott2014-08-172-0/+29
* install: Normalize suiteP. J. McDermott2014-08-171-0/+1
* profile_normalize_suite(): New functionP. J. McDermott2014-08-172-0/+19
* lib/pkg.sh: New file (WIP)P. J. McDermott2014-08-161-0/+36
* parse_control(): Call field_cb on paragraph endP. J. McDermott2014-08-161-0/+6
* Rename "srcdir" global variable to "builddir"P. J. McDermott2014-08-151-1/+1
* load_locale(): Support in-place executionP. J. McDermott2014-08-151-1/+5
* proteanos: Update detected architecturesP. J. McDermott2014-08-151-1/+4
* install: Detect arch if not givenP. J. McDermott2014-08-151-0/+2
* install: Move suite and profile setting codeP. J. McDermott2014-08-151-9/+8
* prof_proteanos_detect_arch(): Fix syntax errorsP. J. McDermott2014-08-151-2/+2
* lib/profile.sh: use() the set profileP. J. McDermott2014-08-151-0/+1
* install: Fix profile_feeds() callP. J. McDermott2014-08-151-1/+1
* install: use profileP. J. McDermott2014-08-151-0/+1
* lib/profile.sh: New fileP. J. McDermott2014-08-152-1/+77
* install: use feedP. J. McDermott2014-08-151-0/+1
* install: Move profile_set() callP. J. McDermott2014-08-151-9/+7
* cmd_install_find_pkgs(): Update function callsP. J. McDermott2014-08-151-6/+12
* feed_find_pkgs(): Write to a filenames fileP. J. McDermott2014-08-151-0/+7
* lib/profiles/proteanos.sh: New fileP. J. McDermott2014-08-152-1/+77
* cmd_install_find_pkgs(): New functionP. J. McDermott2014-08-151-4/+25
* feed_find_pkgs(): Append to the dependencies file.P. J. McDermott2013-12-021-1/+1
* install: Parse profile prefix in suite.P. J. McDermott2013-12-021-0/+8
* install: Call print_cmd_usage() directly.P. J. McDermott2013-11-301-1/+1
* Distribute and install lib/feed.sh.P. J. McDermott2013-11-301-0/+1
* lib/feed.sh: Rewrite to use parse_control().P. J. McDermott2013-11-301-45/+72
* parse_control(): Don't check for unknown fields.P. J. McDermott2013-11-291-20/+4
* parse_control(): Support multiple paragraphs.P. J. McDermott2013-11-291-15/+41
* s/pkgdataprofiles/pkgdataprofile/.P. J. McDermott2013-11-281-1/+1
* lib/control.sh: New file, from pro-archman.P. J. McDermott2013-11-282-0/+137
* feed_find_pkgs(): s/1/deps_file/.P. J. McDermott2013-11-281-1/+1
* lib/feed.sh: New file.P. J. McDermott2013-11-261-0/+90
* lib/fd.sh: Add missing "use" commands.P. J. McDermott2013-10-261-0/+3
* fopen(): Exit on failure.P. J. McDermott2013-10-261-2/+1
* lib/fd.sh: New file.P. J. McDermott2013-10-262-0/+96
* Makefile.am: Add pkgdataprofiles stuff.P. J. McDermott2013-10-241-0/+1
* install: New command (stub).P. J. McDermott2013-10-232-1/+55
* get_options(): Handle "?" option.P. J. McDermott2013-10-231-1/+3
* get_options(): Determine optstring and prefix.P. J. McDermott2013-10-231-3/+10