summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26Add support for command run_src_script inside package_build.Andrei Karas1-0/+7
It allow run any command inside package src dir.
2017-01-26Add support in source tree compilation.Andrei Karas1-0/+7
Some projects like curl look like cant be build outside of source tree. Update curl package.
2017-01-25Add support for environmenr variable envname.Andrei Karas1-1/+5
It set part of name for created environment file like this: env/run{$envname}.sh By default used package name.
2017-01-24Add other commands into ci test.Andrei Karas1-2/+2
2017-01-24Add some more error checks and escapes.Andrei Karas1-15/+18
2017-01-24Add error checks into common.shAndrei Karas1-0/+34
2017-01-24Add common_run_package into clean and updatesrc scripts.Andrei Karas2-0/+2
This allow override function from package script.
2017-01-24Fix MANPATH variable in generated environments.Andrei Karas1-1/+1
2017-01-24Create env, bin, tmp directories if it not exists.Andrei Karas1-0/+10
2017-01-24Initial commit.Andrei Karas6-0/+199