blog announcement template

This commit is contained in:
Doug Hellmann 2013-09-12 15:36:10 -04:00
parent 7467842a9d
commit 76bb966316
1 changed files with 42 additions and 0 deletions

42
announce.rst Normal file
View File

@ -0,0 +1,42 @@
================
git-os-job 1.0
================
.. tags:: git release python openstack
What is git-os-tag?
===================
The OpenStack_ project stores the logs for all of the test jobs
related to a commit on http://logs.openstack.org organized by the
commit hash. To review the logs after a job runs, most developers
start with the message jenkins leaves on gerrit, and click through to
the log files. Not all jenkins jobs are triggered by or related to a
gerrit review, though (e.g, release tags).
.. _OpenStack: http://openstack.org/
git-os-job makes it easy to find those logs by finding the hash of the
commit and using it to build the right URL. It will then either print
the URL or open a web browser directly.
What's New?
===========
This is the first public release.
Installing
==========
Download from PyPI: https://pypi.python.org/pypi/git-os-job
or install with pip::
$ pip install git-os-job
More Details
============
See the project page on github for more details:
https://github.com/dhellmann/git-os-job