summaryrefslogtreecommitdiff
path: root/server/autobuild
AgeCommit message (Collapse)Author
2018-12-23Check whether Homebrew is installedMario Rodas
2018-12-14Move nixos down the list of tested OSAndreas Politz
2018-04-21Fix whitespaceAndreas Politz
2018-04-03Add the missing function callwsg
2018-02-09Enable building in OpenBSDwsg
2017-09-15Add pkgconfig package to gentooAndreas Politz
2017-09-15Adds gentoo supportAndreas Politz
2017-09-14Give a more meaningful messageAndreas Politz
2017-09-14*** empty log message ***Andreas Politz
2017-09-14Fix whitespaceAndreas Politz
2017-09-14Copy dlls on WindowsAndreas Politz
2017-09-14Adds check for poppler private headerAndreas Politz
2017-09-14Use pkg-config exists flagAndreas Politz
2017-09-13Implement skip/force of package installationAndreas Politz
2017-09-13Remove autobuild default target featureAndreas Politz
2017-09-13Continue the autobuild even if OS is'nt recognizedAndreas Politz
2017-09-12Improve code formattingAndreas Politz
2017-09-12Fix some comments/docuAndreas Politz
2017-09-12Avoid an error, if installing into the build directoryAndreas Politz
2017-09-12Overhaul of autobuild scriptAndreas Politz
2017-09-11Change autobuild semanticsAndreas Politz
Provide a --os-test flag, which will produce only error messages. Remove the --dry-run flag.
2017-09-10Adapt recursive shells when dry runningAndreas Politz
2017-09-10Fix incorrect use of variable expansionAndreas Politz
su -c requires exactly one argument, while $@ expands into a list of them.
2017-09-10Remove useless conditionAndreas Politz
2017-09-10Reorder systems tried in autobuildAndreas Politz
2017-09-10Adds --dry-run option to autobuild + some formattingAndreas Politz
2017-09-10Fix incorrect autobuild return valueAndreas Politz
2017-09-10autobuild in the correct directoryAndreas Politz
2017-09-10Comments and formatting onlyAndreas Politz
2017-09-10Adds autobuild scriptAndreas Politz
This script is able to install the server dependencies on a variety of systems.