File: stretch

package info (click to toggle)
kamcli 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: python: 1,825; sh: 25; makefile: 3
file content (13 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
# Target dist: Debian stretch
DIST=stretch

rm -rf ${DIST}
cp -r debian ${DIST}

wrap-and-sort -sat -d ${DIST}

# clean backports scripts
rm -rf ${DIST}/backports
exit 0