Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-01-10 | cURL added as a dependency of Git | Mohammad Akhlaghi | -0/+1 | |
Git needs cURL in its build. Until now, by chance cURL was always built before Git, but while building this pipeline on a system, Git was built before cURL and we found the problem. I also noticed that we hadn't added `Your name <your@email.address>' to the `for-group' script. This has been corrected now. | ||||
2019-01-10 | Wrapper script to allow groups working in the build directory | Mohammad Akhlaghi | -0/+69 | |
On large projects, its often necessary to share the build directory between the various users of the pipeline. To simplify the process a `for-group' script is now added to the pipeline which is just a wrapper over the `./configure' and `.local/bin/make' commands to make sure that the group owner of the outputs and the permission flags are set properly. |