Skip to content

Instantly share code, notes, and snippets.

View ermshiperete's full-sized avatar

Eberhard Beilharz ermshiperete

View GitHub Profile
@ermshiperete
ermshiperete / gist:18bd905ca9155f3052dca0864a85d0da
Created September 7, 2018 15:50
Crash with GitVersionTask 4.0.0-pullrequest1470-1617
Microsoft (R) Build Engine version 15.6.0.0 ( Thu May 10 14:00:26 UTC 2018) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 9/7/2018 5:43:02 PM.
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" on node 1 (Restore target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" (1) is building "$HOME/GitVersion4Pre14/ClassLibrary1/ClassLibrary1.csproj" (2) on node 1 (Restore target(s)).
Restore:
Committing restore...
@ermshiperete
ermshiperete / Command line-ok
Created August 27, 2018 10:08
GitVersion Issue 1458 build results
C:\tmp\GitVersionIssue1458>msbuild /t:Restore;Build GitVersionIssue1458.sln
msbuild /t:Restore;Build GitVersionIssue1458.sln
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 2018-08-27 12:05:32.
Project "C:\tmp\GitVersionIssue1458\GitVersionIssue1458.sln" on node 1 (Restore;Build target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
@ermshiperete
ermshiperete / .gitignore
Last active September 10, 2018 09:08
GitVersion Issue 1458
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
@ermshiperete
ermshiperete / createshadow.cmd
Created June 18, 2018 17:41
Windows Shadow Copy scripts
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -script=c:\backup\shadow.cmd -p c: d:
call c:\backup\shadow.cmd
mkdir c:\backup\c
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_1%,c:\backup\c
mkdir c:\backup\d
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_2%,c:\backup\d
@ermshiperete
ermshiperete / .gitignore
Last active April 19, 2018 15:34
Angular and TS problem
node_modules/
*.js
*.js.map
@ermshiperete
ermshiperete / .gitignore
Last active January 16, 2018 12:06
Nuget pack NotImplementedException repro
bin/
obj/
.idea/
@ermshiperete
ermshiperete / authors-prog.sh
Last active June 30, 2017 13:21
Tools for fixing automated import from icu4c
#!/bin/bash
echo "$1 <$1@svn.icu-project.org>"
@ermshiperete
ermshiperete / gist:9f7f303507488b2321d6
Last active February 3, 2016 10:36
Error when running `vagrant up` in `web-languageforge/deploy/debian`
TASK [ssl_config : Summary] ****************************************************
failed: [dev -> localhost] => (item={u'state': u'selfsign', u'request': {u'locality': u'Chiang Mai', u'organization_unit': u'', u'alt_names': [{u'key': u'DNS.1', u'value': u'www.scriptureforge.local'}, {u'key': u'DNS.2', u'value': u'scriptureforge.local'}], u'state': u'Chiang Mai', u'country_code': u'TH', u'common_name': u'scriptureforge.local', u'organization': u'SIL'}, u'name': u'scriptureforge', u'sign': None}) => {"changed": false, "cmd": "openssl req -text -in site_info/dev/ssl/scriptureforge.csr | grep -v '\\(:\\w\\w:$\\)\\|\\(\\w\\w:\\w\\w$\\)' | head -n 18 > site_info/dev/ssl/scriptureforge.csr.txt", "delta": "0:00:00.008902", "end": "2016-02-03 10:58:40.176651", "failed": true, "item": {"name": "scriptureforge", "request": {"alt_names": [{"key": "DNS.1", "value": "www.scriptureforge.local"}, {"key": "DNS.2", "value": "scriptureforge.local"}], "common_name": "scriptureforge.local", "country_code": "TH", "locality": "Chian
@ermshiperete
ermshiperete / mono-sil
Created February 3, 2016 07:48
Modified mono-sil for LfMerge
#!/bin/bash
# mono-sil
#
# Original author: MarkS 2010-06-03
# Modified for generalized use by WeSay and other projects: SteveMc 2014-01-10
#
# Set up environment for running the SIL version of mono. Suitable for use by
# monodevelop.
#