summaryrefslogtreecommitdiff
path: root/src/fifa.sh
AgeCommit message (Collapse)Author
2008-11-13fix for whos exit code is this?Dieter Plaetinck
2008-11-13clearer debuggingDieter Plaetinck
2008-11-13append, dont overwrite.. mkay?Dieter Plaetinck
2008-11-13also log/debuglog to a fileDieter Plaetinck
2008-11-12partitioning is now in separate function + some todo updatesDieter Plaetinck
2008-11-12typo fixDieter Plaetinck
2008-11-12added function to check exit code phase/worker + doc execute functionDieter Plaetinck
2008-11-11adding debug info for exit code of workers and the dep on it.. because my ↵Dieter Plaetinck
last commits were buggy :)
2008-11-10temporary woraround for broken array indirectionDieter Plaetinck
2008-11-10debugging fixesDieter Plaetinck
2008-11-10added -bit overdue- debugging function + added debugging for phase execution ↵Dieter Plaetinck
regression
2008-11-09return value assignment bugfixDieter Plaetinck
2008-11-09exit status is maintained for phases and workers. reporting added. phases ↵Dieter Plaetinck
are now arrays that list the workers. phase logic reorganized in dieters automatic procedure
2008-11-03allow passing of parameters for workers/phasesDieter Plaetinck
2008-11-03dont complain if there are no user modulesDieter Plaetinck
2008-11-03log to both stdout and tty7 so we can see it if we go into dialog modeDieter Plaetinck
2008-11-03function for registered shutdown + tiny cleanupDieter Plaetinck
2008-11-03return code of workers/phases was not correctly passed through. + log when ↵Dieter Plaetinck
starting
2008-11-03logging function + use it instead of abusing notify for less important thingsDieter Plaetinck
2008-11-03fix for notify not definedDieter Plaetinck
2008-11-03moved some UI functions from fifa.sh to lib-ui (yeay) + some fixesDieter Plaetinck
2008-11-03echo newline fixDieter Plaetinck
2008-11-03return code of worker/phase fixDieter Plaetinck
2008-11-02dont source procedures for each loaded module. dont auto source core/base ↵Dieter Plaetinck
either. we now have a dependency system for procedures
2008-11-02clearer output of avail proceduresDieter Plaetinck
2008-11-02file hierarchy overhaul. now a structure that makes more sense: user and ↵Dieter Plaetinck
core separated. we now differentiate between procedures and libraries - no more "profiles" - + some bug fixed + probably quite a few introduced + runtime directory + separated my own stuff more
2008-11-01refactoring in interactive profile, some stuff related to phases/workers, ↵Dieter Plaetinck
and some todo updates
2008-11-01abstracted the phase launching so now its easier to port the classic installerDieter Plaetinck
2008-11-01var_TARGET_DIR and various other fixesDieter Plaetinck
2008-11-01cleaned up mkinitcpio code. abstracted run_background, follow_progress, ↵Dieter Plaetinck
wait_for etc. implemented warning messages. + some fixes
2008-11-01improved documentation, cleaned up usage(), implemented some dialog stufDieter Plaetinck
2008-11-01dont depend on /arch/setup anymoreDieter Plaetinck
2008-10-31lots of changes related to making the choice of the UI between cli and ↵Dieter Plaetinck
dialog fully transparant. this is a work in progress
2008-10-31fixes for new lib locationDieter Plaetinck
2008-10-31fix for new libraries system + some pacman variable refactoringDieter Plaetinck
2008-10-31http support for downloading a profileDieter Plaetinck
2008-10-30support for loading the lib-archboot library + fixes in load_profileDieter Plaetinck
2008-10-30executable flag fixDieter Plaetinck
2008-10-30first commitDieter Plaetinck