Skip to content

Commit a30c0aa

Browse files
Tal UsvyatskydbasnerJack FeenyGeorge Gelashvilisimonjjones
committed
As a platform engineer I want stembuild construct to validate/invalidate the OS Co-authored-by: Daniel Basner <[email protected]> Co-authored-by: Jack Feeny <[email protected]> Co-authored-by: George Gelashvili <[email protected]> Co-authored-by: Simon Jones <[email protected]> Co-authored-by: Garima Sharma <[email protected]>
1 parent d7029c5 commit a30c0aa

37 files changed

+2158
-311
lines changed

Gopkg.lock

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commandparser/package_stemcell.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"context"
55
"flag"
66
"fmt"
7-
"github.com/cloudfoundry-incubator/stembuild/filesystem"
8-
"github.com/cloudfoundry-incubator/stembuild/version"
97
"os"
108
"path/filepath"
119

10+
"github.com/cloudfoundry-incubator/stembuild/filesystem"
11+
"github.com/cloudfoundry-incubator/stembuild/version"
12+
1213
"github.com/cloudfoundry-incubator/stembuild/package_stemcell/factory"
1314

1415
"github.com/cloudfoundry-incubator/stembuild/colorlogger"

construct/constructfakes/fake_construct_messenger.go

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

construct/constructfakes/fake_guest_manager.go

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)