aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/main.sh
Commit message (Collapse)AuthorAgeFilesLines
* [common-utils] Fix nonempty .bashrc being restored (#421)Levin Winter2023-01-261-1/+1
| | | | | | | | | * [common-utils] Fix nonempty .bashrc being restored The user's dotfiles shall only be restored to their defaults if they do not exist or are empty. A missing negation caused the files to be overwritten even when they were nonempty. * [common-utils] Bump patch version after fix Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-1/+1
|
* CommonUtils - ensure home directory exists. (#398)Stephen A. Imhoff2023-01-131-0/+4
| | | | | | | | | * CommonUtils - ensure home directory exists. * Only create non-root home directory Root directory will always exist. * Bump version
* Common-utils: Fix build failures for alpine 3.14 & 3.15 (#393)Samruddhi Khandale2023-01-111-0/+2
| | | | | * Common-utils: Fix build failures for alpine 3.14 & 3.15 * version bump
* [common-utils] Fix permission of scripts in containers (#388)eitsupi2023-01-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * fix permission in containers * add test * bump version * more tests * update tests * Update test/common-utils/devcontainer-info/Dockerfile Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update scenarios.json * Update devcontainer-info.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Install gawk RPM (#380)Mark Phippard2023-01-061-0/+1
| | | | | | | | * Install gawk RPM This script requires awk and it may not be available on a minimal distro like Mariner * Bump version number
* fix testSamruddhi Khandale2022-12-271-1/+6
|
* feat(common-utils): Support the new path of `meta.env` file and the new ↵eitsupi2022-12-271-1/+1
| | | | | | | | | field for saving source revisions (#359) * support the new path of meta.env * support the new field for the image revision * minor formatting
* Add support for mariner (#344)Mark Phippard2022-12-191-1/+1
|
* Multi-distro support for common script, refactor, fixes (#326)Chuck Lantz2022-12-161-0/+496