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:
parent
a173376ea1
commit
584d90ec56
@ -1356,5 +1356,5 @@ $XTRACE
|
||||
|
||||
|
||||
# Local variables:
|
||||
# -*- mode: Shell-script -*-
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -434,3 +434,7 @@ function add_baremetal_node() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -138,3 +138,7 @@ function stop_ceilometer() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -431,3 +431,7 @@ function stop_cinder() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -114,3 +114,7 @@ function database_connection_url {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -139,3 +139,7 @@ function database_connection_url_mysql {
|
||||
|
||||
# Restore xtrace
|
||||
$MY_XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -90,3 +90,7 @@ function database_connection_url_postgresql {
|
||||
|
||||
# Restore xtrace
|
||||
$PG_XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -206,3 +206,7 @@ function stop_glance() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
4
lib/heat
4
lib/heat
@ -184,3 +184,7 @@ function stop_heat() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -178,3 +178,7 @@ function stop_horizon() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -346,3 +346,7 @@ function stop_keystone() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
4
lib/ldap
4
lib/ldap
@ -76,3 +76,7 @@ function clear_ldap_state() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
4
lib/nova
4
lib/nova
@ -680,3 +680,7 @@ function stop_nova() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -761,3 +761,7 @@ function stop_quantum_third_party() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -159,3 +159,7 @@ function qpid_is_supported() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -429,3 +429,7 @@ function stop_swift() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -294,3 +294,7 @@ function init_tempest() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
@ -78,3 +78,7 @@ function stop_XXXX() {
|
||||
|
||||
# Restore xtrace
|
||||
$XTRACE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# End:
|
||||
|
4
lib/tls
4
lib/tls
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user