Commit Graph
11 Commits
Author SHA1 Message Date
Leonid LapshinandLeonid Lapshin 0216e5ce2b [ubuntu] Remove unattended upgrades (#2036)
* remove unattended upgrades package

* comment

Co-authored-by: Leonid Lapshin <[email protected]>
2020-11-11 21:47:51 +03:00
Leonid LapshinandLeonid Lapshin 3c77354cd5 [ubuntu] fix user on rust and brew scripts (#1907)
* fix user on rust and brew scripts

* set user on a factory stage

* get last user from /etc/passwd

Co-authored-by: Leonid Lapshin <[email protected]>
2020-10-28 17:58:15 +03:00
Leonid LapshinandLeonid Lapshin 2a0836a763 Change "open" tool to "xip" on XCode archive extraction (#1840)
* change open tool to xip

* cd change to pushd and popd

Co-authored-by: Leonid Lapshin <[email protected]>
2020-10-20 11:45:21 +03:00
Leonid LapshinandLeonid Lapshin af562625fc added a swiftc symlink [Ubuntu] (#1832)
* added a swiftc symlink

* swiftc points to swiftc

Co-authored-by: Leonid Lapshin <[email protected]>
2020-10-20 11:45:08 +03:00
Leonid LapshinandLeonid Lapshin ed38c86cbb Move linux provision scripts to virtual-environments (#1714)
* add linux-related scripts from MMS provisioner

* removed EOL

* removed Ubuntu condition

* moved PATH checking to cleanup section

* add clarification for cgroups names

* names alignment

* removed memory-configuration and agent specific scripts

* renamed folder to psot-generation, added template instructions

* moved key import to git installation

* moved PATH check to post-deployment instead of cleanup script

* add scripts

* output tests file

* add startup logic

* add powershell module for furute helpers

* removed unused modules

* copy to tmp folder because of permissions, copy to opt on post-generation step

* removed Pester test

* change post-generation location

* incorrect if statement

Co-authored-by: Leonid Lapshin <[email protected]>
2020-10-12 17:44:31 +03:00
Leonid LapshinandLeonid Lapshin 70219fe6ee Add database tools section to Windows docs (#1706)
* add database tools section to docs, removed sqlps powershell module

* reverted SQLPS module changes

* removed SqlServer module from tools, its listed in PS modules

* delete function as its not needed

Co-authored-by: Leonid Lapshin <[email protected]>
2020-10-05 16:24:53 +03:00
Leonid LapshinandLeonid Lapshin 932d0f36cd Add azure dev spaces to Windows (#1558)
* add azds to windows images

* add script to template

* syntax improvments, persistent path value, proper documentation section

Co-authored-by: Leonid Lapshin <[email protected]>
2020-09-25 14:51:01 +03:00
Leonid LapshinandLeonid Lapshin 54978f0e06 Add VS build tools installation for Windows (#1533)
* add VS build tools installation, tests, reports, made minor changes to current VS install helper functions

* Vstype typo

* removed unused variable

* validate set for new functions

* some variable names clarifications

* test parameter error

* style and syntax improvments

* syntax notation

Co-authored-by: Leonid Lapshin <[email protected]>
2020-09-08 10:48:31 +03:00
Leonid LapshinandLeonid Lapshin 7eed5ae558 Add Pulumi to Ubuntu images (#1428)
* Add Pulumi to ubuntu images

* remove Pulumi from docs because it is auto-documented

* change Pulumi installation script

* removed legacy install, use /tmp, change auto-documentation, use download function instead of curl

* include install.sh to Pulumi's installation script

Co-authored-by: Leonid Lapshin <[email protected]>
2020-08-28 10:35:11 +03:00
Leonid LapshinandLeonid Lapshin dd8885cdc9 Add Pulumi to Windows images (#1439)
* 1242 add Pulumi to windows images

* change package name

* Add Pulumi version to doc generator

Co-authored-by: Leonid Lapshin <[email protected]>
2020-08-28 10:34:51 +03:00
Leonid LapshinandLeonid Lapshin db45f3fcac the Github CLI version fix for short version number (#1468)
* the Github CLI version fix for short version number

* select the string with version in command output, get the version without date

Co-authored-by: Leonid Lapshin <[email protected]>
2020-08-28 10:25:28 +03:00