Merge pull request #12 from jzelinskie/jboss-jira
Update documentation to reflect JBoss JIRA usage
This commit is contained in:
commit
733c44922b
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Project Quay
|
||||
|
||||
[![Build Status](https://travis-ci.com/quay/projectquay.svg?token=pWvEz2TeyDsVn69Hkiwq&branch=master)](https://travis-ci.com/quay/projectquay)
|
||||
[![Build Status](https://travis-ci.com/quay/quay.svg?token=pWvEz2TeyDsVn69Hkiwq&branch=master)](https://travis-ci.com/quay/quay)
|
||||
|
||||
:warning: The `master` branch may be in an *unstable or even broken state* during development.
|
||||
Please use [releases] instead of the `master` branch in order to get stable software.
|
||||
|
||||
[releases]: https://github.com/quay/projectquay/releases
|
||||
[releases]: https://github.com/quay/quay/releases
|
||||
|
||||
![Project Quay Logo](project_quay_logo.png)
|
||||
|
||||
|
@ -61,12 +61,12 @@ High-level features include:
|
|||
|
||||
* Mailing List: [quay-dev@googlegroups.com]
|
||||
* IRC: #quay on [freenode.net]
|
||||
* Bug tracking: [GitHub Issues]
|
||||
* Bug tracking: [JBoss JIRA]
|
||||
* Security Issues: [security@redhat.com]
|
||||
|
||||
[quay-dev@googlegroups.com]: https://groups.google.com/forum/#!forum/quay-dev
|
||||
[freenode.net]: https://webchat.freenode.net
|
||||
[GitHub Issues]: https://github.com/quay/projectquay/issues
|
||||
[JBoss JIRA]: https://issues.jboss.org/projects/PROJQUAY
|
||||
[security@redhat.com]: mailto:security@redhat.com
|
||||
|
||||
## License
|
||||
|
|
|
@ -6,10 +6,10 @@ The instructions below describe how to create and setup a container for working
|
|||
|
||||
For convenience, the environment variable `QUAY_DEVEL_HOME` will be referenced for locations of the parent directory for source and other directories.
|
||||
|
||||
The directory `$QUAY_DEVEL_HOME/quay` is your _development_ git checkout of [quay](https://github.com/quay/projectquay).
|
||||
The directory `$QUAY_DEVEL_HOME/quay` is your _development_ git checkout of [quay](https://github.com/quay/quay).
|
||||
```
|
||||
cd $QUAY_DEVEL_HOME
|
||||
git checkout github.com/quay/projectquay.git
|
||||
git checkout github.com/quay/quay.git
|
||||
```
|
||||
|
||||
For local storage, create the directory where images will be written to disk.
|
||||
|
|
Reference in a new issue