blob: ec5bfd646593115fff98f781b455f956fab987f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/bash
set -e
cd ~/arch/extra/pacman-mirrorlist/
svn up
cd trunk
upgpkg a
svn diff mirrorlist | pygmentize
printf "confirm update (enter)"
read
ch build 64
corepkg "upstream update"
dbrel
|