diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 23:41:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 23:41:09 -0500 |
| commit | 7dc4eb2609ee5728abd4dc5359a02a058d9c7dab (patch) | |
| tree | 8a946b940eae9f292168730e014c61158396ec95 /build.go | |
| parent | 8425a45712155cd28c8744ec491219424d2d1635 (diff) | |
notsure
Diffstat (limited to 'build.go')
| -rw-r--r-- | build.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( "strings" "time" + "go.wit.com/lib/cobol" "go.wit.com/lib/debian" "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/argvpb" @@ -113,6 +114,7 @@ func buildPackage(repo *gitpb.Repo) (bool, error) { cmd = append(cmd, "-ldflags", "-X "+flag) } + me.pb.DebInfo.BuildDate = cobol.Time(time.Now()) err := repo.RunVerbose(cmd) if err != nil { return false, fmt.Errorf("go build err %v", err) |
