From b5d30369caed1670aad13a55ec24a2429affc6e2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Oct 2014 20:22:46 -0700 Subject: [PATCH] windows-installer: Bump to v0.1 10682b9 is the last commit in the python branch that landed in v0.1. Significant changes: * Convert back from POSIX to Python [1] * Quote $PATH export to account for spaces * Install nano source syntax highlighters * Install the sqlite3 shell * Look for an R bin directory and add it to the PATH * Add a README and COPYING metadata * Add --verbose and --version options All the commits pulled in: * 10682b9 swc-windows-installer.py: Add --version and start with 0.1 * 23d9af6 swc-windows-installer.py: Search ProgramW6432 and ProgramFiles(x86) * 710dc4a swc-windows-installer.py: Add missing space to 'c:\ProgramFiles' * b59c540 swc-windows-installer.py: Set default logging level to INFO * 0b6b63e Fix 'Add' -> 'Adds' to match 'The script' lead-in * 0205eb6 README.md: Copy the docstring into a README * 99725a4 swc-windows-installer.py: Fix 'swc_windows_installer.py' -> hyphens * 69448a8 swc-windows-installer.py: Change '~/nano.rc' to 'a ~/nano.rc' * d5fc791 swc-windows-installer.py: Canonical SQLite capitalization * 7836f06 COPYING: Add the full text of the MIT license * 5d91596 swc-windows-installer.py: Add logging * 73efde0 swc-windows-installer.py: Link to msysGit releases on GitHub * 42b7b62 swc-windows-installer.py: Standardize on 'msysGit' capitalization * 58b7183 swc-windows-installer.py: Look for an R bin directory * 7f6cd12 Add indication that the Windows installer is running * 79b3dae swc-windows-installer.py: Install the sqlite3 shell * 4fe28c0 swc-windows-installer.py: Generalize msysGit download link * 21a58ad swc-windows-installer.py: Force UNIX-style \n line endings for ~/nano.rc * ee9a596 swc-windows-installer.py: Use POSIX paths for ~/nano.rc * a4536c4 swc-windows-installer.py: Use '~' in ~/nano.rc includes * 3ee7b77 swc-windows-installer.py: Rename ~/.nanorc to ~/nano.rc * 30d776f swc-windows-installer.py: Install nano source syntax highlighters * ed160e5 swc-windows-installer.py: Quote $PATH export to account for spaces. [1]: https://github.com/swcarpentry/bc/issues/424 --- windows-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer b/windows-installer index 488c87c..10682b9 160000 --- a/windows-installer +++ b/windows-installer @@ -1 +1 @@ -Subproject commit 488c87c378b1625bacf1a34cfdc61f3b48ad0ea7 +Subproject commit 10682b9cbe179154106b33e897e2da5fcfbc1327 -- 2.26.2