aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories/templates/update_script
blob: 9d15c5ca7bfead7c1007d55313b4bc2c148463fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

if [ "$UID" = "0" ]; then
	echo "You are root. You shouldn't be. Try being <%= @mgaadv_login %> instead." >&2
	exit 1
fi

cd <%= @advisories_dir %>
svn up
exec /usr/bin/mgaadv mksite