summaryrefslogtreecommitdiff
path: root/fullpkg
AgeCommit message (Collapse)Author
2011-08-12Added some base packages to cleansystem and fixed some commentsJoshua Ismael Haase Hernández
2011-07-20Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsNicolas Reynolds
Conflicts: fullpkg
2011-07-19Some fixingJoshua Ismael Haase Hernández
2011-07-18Fixed true/false conditionalsNicolas Reynolds
2011-07-15FullPkg removed useless ban list and changed '[yn]' to true and falseNicolas Reynolds
2011-07-15FullPkg moved oddly placed code comments and prtools leftoversNicolas Reynolds
2011-06-28* Cleanup code + arch specific separatedJoshua Ismael Haase Hernández
2011-06-27fixes and tabs -> spacesJoshua Ismael Haase Hernández
2011-06-27some fixesJoshua Ismael Haase Hernández
2011-06-27"first working prtools + fixes"Joshua Ismael Haase Hernández
2011-06-25fullpkg doesn't use queueJoshua Ismael Haase Hernández
2011-06-25*fullpkg don't add mipsel on build_onlyJoshua Ismael Haase Hernández
*mipsrelease adds pkgs from pkgdest
2011-06-22fullpg make build_dirJoshua Ismael Haase Hernández
2011-06-22Fixed libremakepkg errorJoshua Ismael Haase Hernández
2011-06-24Merge http://projects.parabolagnulinux.org/libretoolsJoshua Ismael Haase Hernández
2011-06-24Libremakepkg uses new cleaning modeJoshua Ismael Haase Hernández
2011-06-20Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsNicolas Reynolds
Conflicts: fullpkg
2011-06-20Several fixes. No more 1+ exitNicolas Reynolds
2011-06-19find_deps use ">=" instead "="Joshua Ismael Haase Hernández
2011-06-18exec find before LOCALHOOKRELEASEJoshua Ismael Haase Hernández
2011-06-15Merge branch 'master' of vparabola:~/projects/libretoolsJoshua Ismael Haase Hernández
2011-06-15fixed build_only testJoshua Ismael Haase Hernández
2011-06-15Typo fixedNicolas Reynolds
2011-06-15Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsNicolas Reynolds
2011-06-15Put up a little tree of deps. Also disabled PKGBUILD guessingNicolas Reynolds
2011-06-15fullpkg: -b (build_only) skips first PKGBUILD check, and takes $build_dir as ↵Joshua Ismael Haase Hernández
$optarg mipsrelease has usage and get_full_version
2011-06-15fullpkg don't fail on update errorsJoshua Ismael Haase Hernández
libremakepkg only copy log if log exists
2011-06-14Fixed epoch and rolled back ban_file and queue_file because they were missingNicolas Reynolds
if you don't have a custom libretools.conf but only a main one in /etc (like I do :)
2011-06-14Fixed syntax errorsNicolas Reynolds
2011-06-14Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsNicolas Reynolds
Conflicts: fullpkg
2011-06-14Better and working cleanup. Also fail early on missing PKGBUILD and add theNicolas Reynolds
mips64el arch to the main PKGBUILD. TODO: make the arch configurable.
2011-06-13use mv -f for $files.2Joshua Ismael Haase Hernández
2011-06-13Merge branch 'master' of vparabola:~/projects/libretoolsJoshua Ismael Haase Hernández
Conflicts: fullpkg
2011-06-13Moved stuff aroundNicolas Reynolds
2011-06-10Merge branch 'master' of vparabola:~/projects/libretoolsJoshua Ismael Haase Hernández
2011-06-09Did some cleanup plus moving things around to make them nicer. No new features.Nicolas Reynolds
2011-06-09Changed mipsrelease into a hook that's meant to run for local releases. ForNicolas Reynolds
mipsrelease, it adds packages to a local repo and copies all needed build files to a dir on WORKDIR.
2011-06-09Implemented offline mode (aka don't use shared build queue)Nicolas Reynolds
2011-06-07fullpkg needs to update the repo dbs after local releaseNicolas Reynolds
2011-06-07fullpkg still needs local releasingNicolas Reynolds
2011-06-05* Built packages is not an errorJoshua Ismael Haase Hernández
2011-06-05* remove_queue to use "grep -E"Joshua Ismael Haase Hernández
2011-06-02fullpkg shows guessed dirJoshua Ismael Haase Hernández
libretools.conf has reordered repos before community
2011-06-02* find_deps guess is made only on var declarationJoshua Ismael Haase Hernández
2011-06-02Fixed indentationNicolás Reynolds
2011-06-02fullpkg-ng -> fullpkgJoshua Ismael Haase Hernández
2011-05-30librerelease can be done laterNicolás Reynolds
2011-05-22Fixed some spacing missing and removed librerelease. It can be done at the endNicolas Reynolds
of the batch building and testing process and it's not really needed since mipsrelease does it on a local repo.
2011-05-22FullPKG already uses a local db called stage3 and it's URL is file://$PKGDESTNicolás Reynolds
2011-05-19* fullpkg clean $_fullpkgargs and $force_array when use themJoshua Ismael Haase Hernandez