aboutsummaryrefslogtreecommitdiffstats
path: root/setup-apkrepos.in
Commit message (Collapse)AuthorAgeFilesLines
* setup-apkrepos: install alpine-mirrors if neededNatanael Copa2011-03-031-14/+27
|
* setup-apkrepos: simplify. try not ask more than absolutely neededNatanael Copa2011-03-031-230/+67
| | | | | | | | | - use alpine version from /etc/alpine-release - dont ask for testing repo, but just add it commented - give user option to edit file manually - give user opptortunity to add several mirrors - first time default is 'detect fastest', second default is 'done' - only update apk index if anything changed
* setup-apkrepos: always update the index, best effortNatanael Copa2011-03-021-16/+3
|
* setup-apkrepos: make show mirror list a separate functionNatanael Copa2011-03-021-7/+10
|
* setup-apkrepos: simplification of apk update error handlingNatanael Copa2011-03-011-6/+1
| | | | | apk update -q will output error if any and be quiet otherwise. we dont need extra logic to fish out error messages.
* setup-apkrepos: minor simplificationNatanael Copa2011-03-011-6/+1
| | | | We only need the hostname after we found the mirror we want
* setup-apkrepos: minor cleanup. use $(( ... )) instead of `expr ...`Natanael Copa2011-03-011-3/+3
| | | | saves a fork
* setup-apkrepos: create a helper func for countingNatanael Copa2011-03-011-3/+7
| | | | Might be handy if we want count differently, strip comments etc in future
* setup-apkrepos: mionor cleanupNatanael Copa2011-03-011-8/+6
| | | | use get_hostname_from_url function to make it more readable
* setup-apkrepos: minor bugfixNatanael Copa2011-03-011-1/+1
|
* setup-apkrepos: minor cleanupNatanael Copa2011-03-011-12/+19
| | | | | | - allow override MIRRORS via env var - don't error if MIRRORS.txt is missing - other minor cleanups
* setup-apkrepos: use chars instead of numbers. avoid ==Natanael Copa2011-02-281-19/+15
| | | | Use case ... in instead of if ... elif ...
* remove bind-tools dependencyJeff Bilyk2011-02-261-14/+10
| | | | nslookup statement needed bind-tools version of nslookup, not busybox
* revamped setup-apkreposMatt Smith2011-01-221-103/+311
|
* alpine-conf: updated setup-apkrepos; see git logMatt Smith2011-01-151-6/+98
| | | | | | | | | | Changelog: - Now selects the fastest mirror (albeit somewhat crudely); - Updates existing main and testing repos to use the fastest mirror; - If the main repository isn't listed, it will be added; - If the testing repository isn't listed, it will be added - commented out; - Despite these changes, it does not clobber other repository entries; - Will output errors and warnings from 'apk update';
* setup-apkrepos: whitespace fixNatanael Copa2011-01-031-1/+1
|
* alpine-conf: modify setup-apkrepos to grab different mirror and ↵Jeff Bilyk2011-01-031-27/+36
| | | | | | automatically retrieve release Retrieve MIRRORS.txt and get mirror from there, automatically choose release if possible, and if not prompt for desired release
* alpine-conf: add script to add dl-3 internet repos from setup-alpine scriptJeff Bilyk2010-12-281-0/+35
ref # 487