aboutsummaryrefslogtreecommitdiff
blob: 20d02c612e3125ebae1c04a012679b4733541f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
bin/update-git-submodules.sh || exit 1