diff options
| author | Jeff Carr <[email protected]> | 2025-10-29 14:15:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-29 14:15:32 -0500 |
| commit | cc1a5a7acfd0360c49f5710f0d90765f8bad9f8a (patch) | |
| tree | 6d24f71014aaf601f3b906ad9227b318eaddf19a /doBuild.debian.go | |
| parent | a84e367a58cc39612eea8ee2589abd42620eec02 (diff) | |
minorv0.1.55
Diffstat (limited to 'doBuild.debian.go')
| -rw-r--r-- | doBuild.debian.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doBuild.debian.go b/doBuild.debian.go index d6120c4..4944907 100644 --- a/doBuild.debian.go +++ b/doBuild.debian.go @@ -229,9 +229,6 @@ func getOutdir(repo *gitpb.Repo) string { if me.forge.Config.IsPrivate(repo.GetNamespace()) { return "/home/jcarr/incoming-private" } - if argv.Force { - return "/home/jcarr/incoming" - } if repo.GetLastTag() != repo.GetMasterVersion() { return "/home/jcarr/incoming-devel" } |
