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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-23Update build tools version to have a new "tools" structure for config.json ↵Mariana Rios Flores
file (#10864)
2016-07-28Changing dev workflow scripts to use the Run Command Tool (#10231)Mariana Rios Flores
Changes to dev workflow scripts to use run command tool.
2016-07-11Remove Mac OS minor version number from package filtering.Joel Hendrix
Building on Mac OS 10.11 produces binaries that are compatible with version 10.10. It order to build packages on Macs running 10.11 I have removed the OS minor version number as part of the package filtering.
2016-06-16Fixing DevWorkflow Scripts given that corerun is not present in the tool ↵Jose Perez Rodriguez
runtime anymore (#9469)
2016-06-01Fix build-packages.sh script so it works for Fedora and OpenSUSE.Joel Hendrix
The package building script had some poor hard-coded logic for detecting different Linux distros. When support for Fedora and OpenSUSE was added this logic didn't work for them. I've tweaked the logic based on what's in build.sh so it should be more robust in the future.
2016-04-12Fix for building packages on RHEL.Joel Hendrix
For RHEL packages we use only the major version number in the RID, however the VERSION_ID variable contains major.minor. Strip off the major version number and place it into VersionMajor.
2016-04-11Add support for filtering building of packages based on Linux variants.Joel Hendrix
When building native Linux packages we need the ability to build the packages specific to the distro on which we're building. I have overloaded the OSGroup property to specify the runtime ID to which a package build belongs so the other distros get filtered out.
2016-04-01Add /m and new script build-tests.shmaririos
2016-03-31Add binclashlogger to the build scriptsMariana Rios Flores
2016-03-31Add support for additional properties passed to msbuildMariana Rios Flores
2016-03-29Fixes to build-packages scriptsJoel Hendrix
Fix syntax errors in if clause (.sh version). Run init-tools script if tools haven't been restored.
2016-03-24Build-packages.shmaririos