aboutsummaryrefslogtreecommitdiff
blob: 1ba3e4806b49cb54b5e97718327d7988d6b3e992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
TRACE=${TRACE:=0}

[[ $TRACE -eq 1 ]] && set -x

bin/update-devaway.sh || exit 1
bin/update-downloads.sh || exit 1
bin/update-glsa.sh || exit 1
bin/update-keys.sh || exit 1
bin/update-mirrors.sh || exit 1
bin/update-packages.sh || exit 1
bin/update-planet.sh || exit 1
bin/update-use.sh || exit 1
bin/update-userinfo.sh || exit 1
bin/update-wiki.sh || exit 1