Commit 85251a1d authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

removed mode lines; was not a good idea after all

parent 27df94f5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8,6 +8,3 @@ fi
for i in "$@"; do
	svn co svn+ssh://gerolde.archlinux.org/srv/svn-packages/$i
done

# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
+0 −3
Original line number Diff line number Diff line
@@ -31,6 +31,3 @@ svn copy -q -r HEAD trunk "repos/${1}"
svn commit -q -m "archrelease: copy trunk to ${1}" || abort
popd >/dev/null
echo 'done'

# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
+0 −3
Original line number Diff line number Diff line
@@ -11,6 +11,3 @@ fi
#popd

rm -rf $1

# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
+0 −3
Original line number Diff line number Diff line
@@ -90,6 +90,3 @@ for _pkgname in ${pkgname[@]}; do
		echo "No filename differences for $_pkgname."
	fi
done

# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
+0 −3
Original line number Diff line number Diff line
@@ -112,6 +112,3 @@ if [ "${arch[*]}" == 'any' ]; then
		popd >/dev/null
	fi
fi

# vim: set noexpandtab tabstop=8 shiftwidth=8 wrap:textwidth=132 autoindent
# kate: indent-mode normal; indent-width 8; tab-indents on; tab-width 8; word-wrap on; word-wrap-column 132
Loading