~barry/+junk/repotools

1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode: perl -*-

$external_commands = {
    "pre-build-commands" => [
        ['/home/barry/ubuntu/repo/scan.sh'],
    ],
    "chroot-setup-commands" => [
        ['/home/barry/ubuntu/repo/prep.sh'],
    ],
};

# For Perl
1;