about summary refs log tree commit diff stats
path: root/bin/update-src.sh
blob: c3187b0d20c9af68ef1e7cf1284c2409715f94ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

# literally just keeps the source tree up to date, per user request.
# one copy of stable, one copy of current.
# call this with cron.
# ~gbmor

cd /usr/src
nice -n 20 cvs -q up -Pd -rOPENBSD_7_1
cd /usr/src-current
nice -n 20 cvs -q up -Pd -A