summaryrefslogtreecommitdiffstats
path: root/notes.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-19 11:15:51 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-19 11:15:51 (EDT)
commit0670697956c3afbc6c142970d0f0f748a12065f5 (patch)
tree69df4aef02af4cda5bcd6e867862544f461401fd /notes.txt
parent5f2f59c8ddd07e465449f1f579b28f9617e8fb8c (diff)
notes.txt: Drop more old information
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/notes.txt b/notes.txt
index 03337fc..3cb9290 100644
--- a/notes.txt
+++ b/notes.txt
@@ -43,29 +43,6 @@ opkg cmd? parses opts after <chroot>?
maybe <chroot> itself should be an option?
-ask profile for arch and feed index URIs
-for each feed
- download feed index
- control=
- for each line in feed index
- if line not empty
- control="$control$line$LF"
- else
- pkg=`echo $control | sed -n 's/^Package: *//p'`
- run profile callback
- if $pkg should be installed
- pkgs="$pkgs $pkg"
- for each field in $install_dep_fields $host_dep_fields
- deps=`echo $control | sed -n
- "s/^$field: *//p"`
- new_deps=
- IFS=', '; for each dep in $deps
- dep=`echo $dep | sed
- 's/ *|.*$//; s/ *(.*$/;'`
- # or maybe `echo $dep |
- cut -d ' ' -f 1`
- new_deps="$new_deps $dep"
- echo "$pkg$new_deps" >$field.list
all_deps=
while $new_pkgs not empty
all_deps="$all_deps $new_pkgs"