Browse code

add emacs shell-script tagging

for files that don't start with a #! or end in .sh, the added tags
are nice for emacs users to automatically switch to the right mode.

Change-Id: If4b93e106191bc744ccad8420cef20e751cdf902

Sean Dague authored on 2013/03/30 03:34:53
Showing 20 changed files
... ...
@@ -1356,5 +1356,5 @@ $XTRACE
1356 1356
 
1357 1357
 
1358 1358
 # Local variables:
1359
-# -*- mode: Shell-script -*-
1359
+# mode: shell-script
1360 1360
 # End:
... ...
@@ -434,3 +434,7 @@ function add_baremetal_node() {
434 434
 
435 435
 # Restore xtrace
436 436
 $XTRACE
437
+
438
+# Local variables:
439
+# mode: shell-script
440
+# End:
... ...
@@ -138,3 +138,7 @@ function stop_ceilometer() {
138 138
 
139 139
 # Restore xtrace
140 140
 $XTRACE
141
+
142
+# Local variables:
143
+# mode: shell-script
144
+# End:
... ...
@@ -431,3 +431,7 @@ function stop_cinder() {
431 431
 
432 432
 # Restore xtrace
433 433
 $XTRACE
434
+
435
+# Local variables:
436
+# mode: shell-script
437
+# End:
... ...
@@ -114,3 +114,7 @@ function database_connection_url {
114 114
 
115 115
 # Restore xtrace
116 116
 $XTRACE
117
+
118
+# Local variables:
119
+# mode: shell-script
120
+# End:
... ...
@@ -139,3 +139,7 @@ function database_connection_url_mysql {
139 139
 
140 140
 # Restore xtrace
141 141
 $MY_XTRACE
142
+
143
+# Local variables:
144
+# mode: shell-script
145
+# End:
... ...
@@ -90,3 +90,7 @@ function database_connection_url_postgresql {
90 90
 
91 91
 # Restore xtrace
92 92
 $PG_XTRACE
93
+
94
+# Local variables:
95
+# mode: shell-script
96
+# End:
... ...
@@ -206,3 +206,7 @@ function stop_glance() {
206 206
 
207 207
 # Restore xtrace
208 208
 $XTRACE
209
+
210
+# Local variables:
211
+# mode: shell-script
212
+# End:
... ...
@@ -184,3 +184,7 @@ function stop_heat() {
184 184
 
185 185
 # Restore xtrace
186 186
 $XTRACE
187
+
188
+# Local variables:
189
+# mode: shell-script
190
+# End:
... ...
@@ -178,3 +178,7 @@ function stop_horizon() {
178 178
 
179 179
 # Restore xtrace
180 180
 $XTRACE
181
+
182
+# Local variables:
183
+# mode: shell-script
184
+# End:
... ...
@@ -346,3 +346,7 @@ function stop_keystone() {
346 346
 
347 347
 # Restore xtrace
348 348
 $XTRACE
349
+
350
+# Local variables:
351
+# mode: shell-script
352
+# End:
... ...
@@ -76,3 +76,7 @@ function clear_ldap_state() {
76 76
 
77 77
 # Restore xtrace
78 78
 $XTRACE
79
+
80
+# Local variables:
81
+# mode: shell-script
82
+# End:
... ...
@@ -680,3 +680,7 @@ function stop_nova() {
680 680
 
681 681
 # Restore xtrace
682 682
 $XTRACE
683
+
684
+# Local variables:
685
+# mode: shell-script
686
+# End:
... ...
@@ -761,3 +761,7 @@ function stop_quantum_third_party() {
761 761
 
762 762
 # Restore xtrace
763 763
 $XTRACE
764
+
765
+# Local variables:
766
+# mode: shell-script
767
+# End:
... ...
@@ -159,3 +159,7 @@ function qpid_is_supported() {
159 159
 
160 160
 # Restore xtrace
161 161
 $XTRACE
162
+
163
+# Local variables:
164
+# mode: shell-script
165
+# End:
... ...
@@ -429,3 +429,7 @@ function stop_swift() {
429 429
 
430 430
 # Restore xtrace
431 431
 $XTRACE
432
+
433
+# Local variables:
434
+# mode: shell-script
435
+# End:
... ...
@@ -294,3 +294,7 @@ function init_tempest() {
294 294
 
295 295
 # Restore xtrace
296 296
 $XTRACE
297
+
298
+# Local variables:
299
+# mode: shell-script
300
+# End:
... ...
@@ -78,3 +78,7 @@ function stop_XXXX() {
78 78
 
79 79
 # Restore xtrace
80 80
 $XTRACE
81
+
82
+# Local variables:
83
+# mode: shell-script
84
+# End:
... ...
@@ -316,3 +316,7 @@ function start_tls_proxy() {
316 316
 
317 317
     stud $STUD_PROTO -f $f_host,$f_port -b $b_host,$b_port $DEVSTACK_CERT 2>/dev/null
318 318
 }
319
+
320
+# Local variables:
321
+# mode: shell-script
322
+# End:
... ...
@@ -221,3 +221,7 @@ PUBLIC_NETWORK_NAME=${PUBLIC_NETWORK_NAME:-"nova"}
221 221
 
222 222
 # Compatibility until it's eradicated from CI
223 223
 USE_SCREEN=${SCREEN_DEV:-$USE_SCREEN}
224
+
225
+# Local variables:
226
+# mode: shell-script
227
+# End: