9 lines
109 B
Bash
Executable file
9 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
export PATH=/usr/lib/ccache/bin:$PATH
|
|
|
|
cd /home/builder/package
|
|
|
|
abuild checksum
|
|
abuild -r
|