projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81c563
)
docs/releasing: remove "git clean" step
author
Emil Velikov
<emil.velikov@collabora.com>
Wed, 15 Mar 2017 17:34:24 +0000
(17:34 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 16 Mar 2017 13:18:11 +0000
(13:18 +0000)
release.sh from master, does not require the tree to be clean.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
docs/releasing.html
patch
|
blob
|
history
diff --git
a/docs/releasing.html
b/docs/releasing.html
index 07d459581cb79f93cc1563c2fb35ccffdb625af7..9c979a0a4aae30b2c2c709a95c820a0df7a44df8 100644
(file)
--- a/
docs/releasing.html
+++ b/
docs/releasing.html
@@
-438,8
+438,7
@@
Commit these changes and push the branch.
<h3>Use the release.sh script from xorg util-macros</h3>
<p>
-Ensure that the mesa git tree is clean via <code>git clean -fXd</code> and
-start the release process.
+Start the release process.
</p>
<pre>
../relative/path/to/release.sh . # append --dist if you've already done distcheck above