Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrcroft <krcroft@users.noreply.github.com>2019-10-28 22:57:54 +0300
committerkrcroft <krcroft@users.noreply.github.com>2019-11-02 17:36:49 +0300
commit85039a60332f7e0941ea3f02dc2b411f84020281 (patch)
tree746773ee31ef16818b2fddcf2f34c5dc90f821cf /.gitignore
parentaf6557ae70bdcaf9b9d8c5a1377d5d7664249f78 (diff)
Simplify package listing script and standardize workflows
The commit makes the following changes: - The package listing script now requires the user specify which package manager they're using. This approach resolves the ambiguity if a system has more than one package manager (ie: macports & brew) - Adds packages for Fedora, RedHat/CentOS, Arch, and OpenSuse - Eliminates unecessary code in the package manager script (more can be eliminate at the expense of complexity) - Made a couple minor fixes to the build script - Tried to further "standardize" the workflows as follows: - names are Compiler Version (Environment) - Sorted them alphabetically in their respective YAMLs - Minor spacing adjustment to align values (where it makes sense) - Dropped quotes around some of the string values because I'd rather our YAML be consistent and propper instead of changing our YAML to suite the limitations of an editor (can a different plugin or better parser be used?) - Added macOS workflows for Homebrew and MacPorts, both ready to go and tested, but with the build step just commented out
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eba0f52df..8357aa233 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ aclocal.m4
autom4te.cache
config.h
config.h.in
+config.h.in~
config.log
config.status
config.guess