diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 18:38:31 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 18:38:31 -0500 | 
| commit | b004731821efacd2c38a6b707c2d56025a237d6e (patch) | |
| tree | 833b4b51f526453cadce29e7aff536c2e2628006 | |
| parent | fb6013579cbed8ea16c13b953ff0e0ac2f84db8d (diff) | |
send everything throughv0.1.53
| -rw-r--r-- | doBuild.debian.go | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/doBuild.debian.go b/doBuild.debian.go index bf2df2c..80e3a4c 100644 --- a/doBuild.debian.go +++ b/doBuild.debian.go @@ -241,7 +241,8 @@ func getOutdir(repo *gitpb.Repo) string {  	}  	if repo.CheckDirty() { -		return "/home/jcarr/incoming-dirty-junk" +		// return "/home/jcarr/incoming-dirty-junk" +		return "/home/jcarr/incoming-devel"  	}  	return "/home/jcarr/incoming"  | 
