You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2015/09/17 08:22:29 UTC

svn commit: r1703496 [3/3] - in /mesos/site: publish/ publish/documentation/latest/persistent-volume/ publish/documentation/latest/release-guide/ publish/documentation/persistent-volume/ publish/documentation/release-guide/ source/documentation/latest/

Modified: mesos/site/source/documentation/latest/persistent-volume.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/persistent-volume.md?rev=1703496&r1=1703495&r2=1703496&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/persistent-volume.md (original)
+++ mesos/site/source/documentation/latest/persistent-volume.md Thu Sep 17 06:22:29 2015
@@ -229,7 +229,7 @@ reserved disk resources:
 
 Note that in 0.23, even after you destroy the persistent volume, its content
 will still be on the disk. The garbage collection for persistent volumes is
-coming soon: [MESOS-2408](https://issues.apache.org/jira/browse/MESOS-2408).
+coming soon: [MESOS-2048](https://issues.apache.org/jira/browse/MESOS-2408).
 
 
 ### `/create` (_Coming Soon_)

Modified: mesos/site/source/documentation/latest/release-guide.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/release-guide.md?rev=1703496&r1=1703495&r2=1703496&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/release-guide.md (original)
+++ mesos/site/source/documentation/latest/release-guide.md Thu Sep 17 06:22:29 2015
@@ -198,7 +198,7 @@ Upload the mesos.interface package to Py
   1. Setup your [`~/.pypirc`](https://docs.python.org/2/distutils/packageindex.html#pypirc) with your PyPi username and password.
   1. After a successful Mesos `make` (any architecture), cd to `build/src/python/interface`.
   1. Run `python setup.py register` to register this package.
-  1. Run `python setup.py bdist_egg upload` to upload the egg for this package.
+  1. Run `python setup.py sdist bdist_egg upload` to upload the source distribution and egg for this package.
 
 Update the Mesos Homebrew package.