summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-30move common functions into libvasileV3n3RiX
2015-08-30move last variables into libvasileV3n3RiX
2015-08-30move more variables into libvasile, refactor md5sum checking using md5sum itselfV3n3RiX
2015-08-30move some common variables to libvasile, common functions will followV3n3RiX
2015-08-29remove previous comments, focus on our next target, transform gentoo ↵V3n3RiX
packages on deb packages to be used by apt
2015-08-29masive refactoring of vasile, our supreme tool...first make it modular so we ↵V3n3RiX
can add more functions to it
2015-07-29special delivery to StefanCristian ... make vasile keep distfiles around, to ↵V3n3RiX
save tons of bandwidth
2015-07-19drop eit function, make sure we have the targets mounted inside the ↵V3n3RiX
environment, to be reused if needed
2015-07-19Revert "targets depend on each other, so make sure we have them installed, ↵V3n3RiX
or eit will fail misserably" This reverts commit bf550ac369ec31a74bbc9a0345967b7269a4f465.
2015-07-19Revert "attempt to fix target installation"V3n3RiX
This reverts commit 112ee985e9227d13b70969d52b51b23dd0c59524.
2015-07-19attempt to fix target installationV3n3RiX
2015-07-19targets depend on each other, so make sure we have them installed, or eit ↵V3n3RiX
will fail misserably
2015-07-18prevent eit to cry like a sissy girl aka force UTF8 encodingV3n3RiX
2015-07-18bind mount packages directory, so portage build binary packages are saved ↵V3n3RiX
outside of our environment, ready to be reused if needed
2015-07-18use already built binary packages if needed, build from source only if ↵V3n3RiX
binary packages are not available
2015-07-17sync local repos before we do any buildV3n3RiX
2015-07-17rearrange functions in order they are calledV3n3RiX
2015-07-04we really don't wanna doublemount thisV3n3RiX
2015-06-30I just received a very disturbing email that says I should change this, so ↵V3n3RiX
here I am doing it
2015-06-30use my own name in Authors sectionV3n3RiX
2015-06-30separate overlay injection from buildsystem injectionV3n3RiX
2015-06-30use for loop for similar repetitive commandsV3n3RiX
2015-06-30make sure we load our sane env before actually start to build the packageV3n3RiX
2015-06-30make vasile avoid bind mounts, use types instead...this makes our env more ↵V3n3RiX
secure
2015-06-30how the hell this one got in hereV3n3RiX
2015-06-30make vasile quiet when umounting stuff...if there is nothing to umount...V3n3RiX
2015-06-29trigger umount after exiting squashed chroot + overlayfs environmentV3n3RiX
2015-06-28say hello to vasileV3n3RiX
2015-06-28renamed buildbot to vasileV3n3RiX
2015-06-28use this script as root onlyV3n3RiX
2015-06-28yet another typoV3n3RiX
2015-06-28typoV3n3RiX
2015-06-28remove hardcoded md5sum, use md5 files instead, merge 2 functions into oneV3n3RiX
2015-06-27make buildbot script arch agnostic, add overlays && buildsystem on the flyV3n3RiX
2015-06-27add integrity check of squashfs rootV3n3RiX
2015-06-27sanity check for build environment, script does not burn everything anymore ↵V3n3RiX
when you exit chroot giving you chance for a closer look
2015-06-25make our buildbot public, still wip but works magicV3n3RiX