File: autobuild

package info (click to toggle)
debirf 0.38
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: sh: 813; makefile: 37
file content (17 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

set -e

# Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

cd "$AUTOPKGTEST_TMP"

SUITES=unstable /usr/share/doc/debirf/autobuilder

cd profiles/"$(dpkg --print-architecture)"

cp -a sha256sums.txt index.html "$AUTOPKGTEST_ARTIFACTS"/
for x in */*; do
    mkdir -p "$AUTOPKGTEST_ARTIFACTS/$x"
    mv "$x/*.cgz" "$x/*.iso" "$x/vmlinu*" "$AUTOPKGTEST_ARTIFACTS/$x/"
done