Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-14 | Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools | Nicolas Reynolds | |
Conflicts: fullpkg | |||
2011-06-14 | Better and working cleanup. Also fail early on missing PKGBUILD and add the | Nicolas Reynolds | |
mips64el arch to the main PKGBUILD. TODO: make the arch configurable. | |||
2011-06-13 | use mv -f for $files.2 | Joshua Ismael Haase Hernández | |
2011-06-13 | Merge branch 'master' of vparabola:~/projects/libretools | Joshua Ismael Haase Hernández | |
Conflicts: fullpkg | |||
2011-06-13 | Moved stuff around | Nicolas Reynolds | |
2011-06-10 | Fixed releasing | Nicolas Reynolds | |
2011-06-10 | Merge branch 'master' of vparabola:~/projects/libretools | Joshua Ismael Haase Hernández | |
2011-06-09 | Did some cleanup plus moving things around to make them nicer. No new features. | Nicolas Reynolds | |
2011-06-09 | Changed mipsrelease into a hook that's meant to run for local releases. For | Nicolas Reynolds | |
mipsrelease, it adds packages to a local repo and copies all needed build files to a dir on WORKDIR. | |||
2011-06-09 | Implemented offline mode (aka don't use shared build queue) | Nicolas Reynolds | |
2011-06-09 | Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools | Nicolás Reynolds | |
Conflicts: libremakepkg | |||
2011-06-09 | fixed typo | Nicolás Reynolds | |
2011-06-09 | pkgbuild-check-nonfree doesn't fail when the package shares the same name ↵ | Nicolás Reynolds | |
with the free replacement (ie. initscripts, pacman, etc.) | |||
2011-06-07 | fullpkg needs to update the repo dbs after local release | Nicolas Reynolds | |
2011-06-07 | fullpkg still needs local releasing | Nicolas Reynolds | |
2011-06-05 | * libremakepkg copy log if failed. | Joshua Ismael Haase Hernández | |
* FULLBUILDCMD use 'no color' option for makepkg | |||
2011-06-05 | * Built packages is not an error | Joshua Ismael Haase Hernández | |
2011-06-05 | * remove_queue to use "grep -E" | Joshua Ismael Haase Hernández | |
2011-06-05 | * [ ! -w "/" ] expression to check root failed. | Joshua Ismael Haase Hernández | |
2011-06-05 | Merge branch 'master' of vparabola:~/projects/libretools | Joshua Ismael Haase Hernández | |
2011-06-04 | Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools | Nicolás Reynolds | |
2011-06-04 | Fixed a typo on librerepkg and a better rePKGBUILD.proto | Nicolás Reynolds | |
2011-06-02 | librestage can find packages with epoch | Joshua Ismael Haase Hernández | |
2011-06-02 | fullpkg shows guessed dir | Joshua Ismael Haase Hernández | |
libretools.conf has reordered repos before community | |||
2011-06-02 | * find_deps guess is made only on var declaration | Joshua Ismael Haase Hernández | |
2011-06-02 | Fixed indentation | Nicolás Reynolds | |
2011-06-02 | Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools | Nicolás Reynolds | |
2011-06-02 | Better root user check | Nicolás Reynolds | |
2011-06-02 | libretools.conf option for using libremakepkg in fullpkg | Joshua Ismael Haase Hernández | |
2011-06-02 | fullpkg-ng -> fullpkg | Joshua Ismael Haase Hernández | |
2011-06-02 | * libremakepkg must fail when building fails | Joshua Ismael Haase Hernández | |
2011-06-02 | fullpkg-ng corrected if statement on find_deps | Joshua Ismael Haase Hernández | |
2011-06-02 | _dir in find_deps is an array | Joshua Ismael Haase Hernández | |
2011-06-01 | _pkg_build final messages fixed | Joshua Ismael Haase Hernández | |
2011-06-01 | fullpkg-ng declare build_packages on cycle end | Joshua Ismael Haase Hernandez | |
2011-06-01 | libremakepkg pass long opts to makepkg | Joshua Ismael Haase Hernandez | |
2011-06-01 | fullpkg-ng: | Joshua Ismael Haase Hernandez | |
* remove_queue used on build cycle * usage function updated * dep_not_found:$_dep:$repo | |||
2011-05-30 | * fullpkg-ng commented | Joshua Ismael Haase Hernandez | |
2011-05-30 | * build_packages is an array | Joshua Ismael Haase Hernandez | |
2011-05-30 | * corrected mv statement | Joshua Ismael Haase Hernandez | |
2011-05-30 | * Exit build cycle when end | Joshua Ismael Haase Hernandez | |
2011-05-30 | * shortened check_queue test | Joshua Ismael Haase Hernandez | |
* tried to correct find_deps pkgsplit search * build_packages set at begining of cycle in _pkg_build and removed from $buildorder when failed. | |||
2011-05-30 | * grep on find_deps corrected | Joshua Ismael Haase Hernandez | |
2011-05-30 | * egrep replaced on some other sites | Joshua Ismael Haase Hernandez | |
2011-05-30 | * egrep replaced for egrep in BUILDORDER update | Joshua Ismael Haase Hernandez | |
2011-05-30 | Traps when needen on fullpkg-ng | Joshua Ismael Haase Hernandez | |
2011-05-30 | Merge branch 'master' of vparabola:~/projects/libretools | Joshua Ismael Haase Hernandez | |
2011-05-30 | librerelease can be done later | Nicolás Reynolds | |
2011-05-29 | Fullpkg anounces action on _pkg_build function | Joshua Ismael Haase Hernandez | |
2011-05-29 | * librerepkg uses makepkg -p and source PKGBUILD | Joshua Ismael Haase Hernandez | |
* rePKGBUILD.proto for /usr/share/pacman |