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
This commit is contained in:
Sean Dague 2013-03-29 14:34:53 -04:00
parent a173376ea1
commit 584d90ec56
20 changed files with 77 additions and 1 deletions

View File

@ -1356,5 +1356,5 @@ $XTRACE
# Local variables:
# -*- mode: Shell-script -*-
# mode: shell-script
# End:

View File

@ -434,3 +434,7 @@ function add_baremetal_node() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -138,3 +138,7 @@ function stop_ceilometer() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -431,3 +431,7 @@ function stop_cinder() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -114,3 +114,7 @@ function database_connection_url {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -139,3 +139,7 @@ function database_connection_url_mysql {
# Restore xtrace
$MY_XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -90,3 +90,7 @@ function database_connection_url_postgresql {
# Restore xtrace
$PG_XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -206,3 +206,7 @@ function stop_glance() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -184,3 +184,7 @@ function stop_heat() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -178,3 +178,7 @@ function stop_horizon() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -346,3 +346,7 @@ function stop_keystone() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -76,3 +76,7 @@ function clear_ldap_state() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -680,3 +680,7 @@ function stop_nova() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -761,3 +761,7 @@ function stop_quantum_third_party() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -159,3 +159,7 @@ function qpid_is_supported() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -429,3 +429,7 @@ function stop_swift() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -294,3 +294,7 @@ function init_tempest() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -78,3 +78,7 @@ function stop_XXXX() {
# Restore xtrace
$XTRACE
# Local variables:
# mode: shell-script
# End:

View File

@ -316,3 +316,7 @@ function start_tls_proxy() {
stud $STUD_PROTO -f $f_host,$f_port -b $b_host,$b_port $DEVSTACK_CERT 2>/dev/null
}
# Local variables:
# mode: shell-script
# End:

View File

@ -221,3 +221,7 @@ PUBLIC_NETWORK_NAME=${PUBLIC_NETWORK_NAME:-"nova"}
# Compatibility until it's eradicated from CI
USE_SCREEN=${SCREEN_DEV:-$USE_SCREEN}
# Local variables:
# mode: shell-script
# End: