projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f63a6
)
swc-installation-test-2.py: Add some editors and browsers
author
W. Trevor King
<wking@tremily.us>
Sun, 30 Dec 2012 15:07:54 +0000
(10:07 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 14:49:45 +0000
(09:49 -0500)
Based on a list of possibilities mentioned by Cait Pickens in an
internal email.
swc-installation-test-2.py
patch
|
blob
|
history
diff --git
a/swc-installation-test-2.py
b/swc-installation-test-2.py
index c22ae225e0f83d63722fe242dd3a6de78a0028ab..2ae101fe823ef10fa8f88dd9a182f521daef6b3c 100755
(executable)
--- a/
swc-installation-test-2.py
+++ b/
swc-installation-test-2.py
@@
-226,6
+226,16
@@
for command,long_name,minimum_version in [
('make', None, None),
('sqlite3', 'SQLite 3', None),
('nosetests', 'Nose', (1, 0, 0)),
+ ('emacs', 'Emacs', None),
+ ('xemacs', 'XEmacs', None),
+ ('vim', 'Vim', None),
+ ('vi', None, None),
+ ('nano', 'Nano', None),
+ ('kate', 'Kate', None),
+ ('notepad++', 'Notepad++', None),
+ ('firefox', 'Firefox', None),
+ ('google-chrome', 'Google Chrome', None),
+ ('chromium', 'Chromium', None),
]:
if not long_name:
long_name = command