diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-25 21:06:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-25 21:06:01 +0100 |
| commit | a0f4b1dd1a941231dc977371831478db3d6f6836 (patch) | |
| tree | 2eaa6748e914e42612e2a30cababe57907be35c2 | |
| parent | b75d074f7430da8ae0b8e923f6cb35b20c50f1d2 (diff) | |
Missing -f flag to git clean in release script.
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ command("git clean -n") if raw_input() != "y": print 'Aborted' sys.exit(1) -command("git clean") +command("git clean -f") command("git tag -m \"v%s\" v%s" % (release_version_string, release_version_string)) command("./waf clean") command("./waf") |
