From 0670697956c3afbc6c142970d0f0f748a12065f5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 19 Aug 2014 11:15:51 -0400 Subject: notes.txt: Drop more old information --- (limited to 'notes.txt') 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 ? maybe 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" -- cgit v0.9.1