mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add tianon's suites.sh file
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
46aea60fb0
commit
4a5fd6c0f9
1 changed files with 11 additions and 0 deletions
11
contrib/reprepro/suites.sh
Executable file
11
contrib/reprepro/suites.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$BASH_SOURCE")/../.."
|
||||
|
||||
targets_from() {
|
||||
git fetch -q https://github.com/docker/docker.git "$1"
|
||||
git ls-tree -r --name-only origin/master contrib/builder/deb | grep '/Dockerfile$' | sed -r 's!^contrib/builder/deb/|-debootstrap|/Dockerfile$!!g'
|
||||
}
|
||||
|
||||
{ targets_from master; targets_from release; } | sort -u
|
Loading…
Reference in a new issue