aboutsummaryrefslogtreecommitdiff
path: root/deployment/ubuntu-package-x64
AgeCommit message (Collapse)Author
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-02-04Use NodeJS 10.X for NPM buildsJoshua M. Boniface
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-12-15Remove broken Microsoft SDK image (#2158)Joshua M. Boniface
* Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency
2019-12-06Fix ubuntu x64 docker buildBond_009
2019-11-26Use .Net Core 3.0 in all docker imagesBond-009
2019-10-20Clean up ubuntu-x64 build stepsJoshua Boniface
Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken.
2019-09-26Remove redundant yarn build commandJoshua Boniface
2019-09-25Use redirection instead of teeJoshua Boniface
2019-09-25Clean up web_build_dir in docker-build.shJoshua Boniface
2019-09-25Clean up deployment directoryJoshua Boniface
1. Update README.md to remove some old info 2. Remove common.build.sh from all the build scripts 3. Remove common.build.sh script 4. Remove the docker folder as this isn't used at all
2019-09-24Add web build to Ubuntu amd64 package buildJoshua Boniface
2019-09-20Include libssl-dev dep in Ubuntu build containersJoshua Boniface
2019-07-13Fix broken symlinksJoshua M. Boniface
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state.
2019-07-13Use dash or underscore on mv commandJoshua M. Boniface
Required for nightlies, which would not match this file format with the underscore then wildcard. Enables nightly builds.
2019-06-08Add execute permissions backBond-009
2019-06-08Force LF line endingsBond_009
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
2019-02-09Fix control file for Microsoft Docker setupJoshua Boniface
2019-02-09Remove superfluous commentsJoshua Boniface
2019-02-09Use Microsoft dotnet Docker imagesJoshua Boniface
2019-02-08Add similar Ubuntu build packageJoshua Boniface