Skip to content

Commit e412adf

Browse files
committed
Merge pull request #21 from haskell-distributed/jira-issues
Remove references to the Jira issue tracker.
2 parents 1d0ead9 + 3b49b24 commit e412adf

File tree

6 files changed

+18
-41
lines changed

6 files changed

+18
-41
lines changed

‎_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ul class="footer-links">
2323
<li><a href="http://github.com/haskell-distributed/">Source</a></li>
2424
<li class="muted">&middot;</li>
25-
<li><a href="https://cloud-haskell.atlassian.net">Issues</a></li>
25+
<li><a href="https://github.com/haskell-distributed">Issues</a></li>
2626
<li class="muted">&middot;</li>
2727
<li><a href="/wiki.html">Wiki</a></li>
2828
<li class="muted">&middot;</li>

‎_includes/nav.html

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<li><a href="/changes.html">ChangeLog</a></li>
3636
<li><a href="http://www.haskell.org/haskellwiki/Cloud_Haskell">CH on haskell.org</a></li>
3737
<li><a href="https://github.com/haskell-distributed">Github Repositories</a></li>
38-
<li><a href="https://cloud-haskell.atlassian.net/secure/BrowseProjects.jspa#all">Issue Tracker</a></li>
3938
<li><a href="/static/semantics.pdf">Formal Semantics</a></li>
4039
<li><a href="http://dl.acm.org/citation.cfm?id=1863509.1863514&coll=DL&dl=GUIDE&CFID=462193996&CFTOKEN=19836659">Unified semantics for Future Erlang</a></li>
4140
<li><a href="http://www.well-typed.com/blog/">Well-Typed Blog</a></li>

‎wiki/contributing.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ All repositories must use the same git branch structure:
5252
### __1. Check to see if your patch is likely to be accepted__
5353

5454
We have a rather full backlog, so your help will be most welcome assisting
55-
us in clearing that. You can view the exiting open issues on the
56-
[jira issue tracker](https://cloud-haskell.atlassian.net/issues/?filter=10001).
57-
58-
If you wish to submit a new issue there, you cannot do so without logging in
59-
creating an account (by providing your email address) and logging in.
55+
us in clearing that. You can view the exiting open issues on
56+
[github](https://github.com/haskell-distributed).
6057

6158
It is also helpful to work out which component or sub-system should be
6259
changed. You may wish to email the maintainers to discuss this first.

‎wiki/faq.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ If the documentation doesn't answer your question, queries about Cloud Haskell
3838
can be directed to the Parallel Haskell Mailing List
3939
(parallel-haskell@googlegroups.com), which is pretty active. If you think
4040
you've found a bug, or would like to request a new feature, please visit the
41-
[Jira Issue Tracker](https://cloud-haskell.atlassian.net) and submit a bug.
42-
You **will** need to register with your email address to create new issues,
43-
though you can freely browse the existing tickets without doing so.
44-
41+
[github](https://github.com/haskell-distributed) repositories and submit a bug.
4542

4643
### Getting Involved
4744

‎wiki/maintainers.md

+12-27
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ up though.
2424

2525
#### Community
2626

27-
We keep in touch through the [parallel-haskell google group][7], and once you've
27+
We keep in touch through the [parallel-haskell mailing list][5], and once you've
2828
joined the group, by posting to the mailing list address: parallel-haskell@googlegroups.com.
2929
This is a group for **all** things related to concurrent and parallel Haskell. There is
30-
also a maintainer/developer centric [cloud-haskell-developers google group][9], which is
30+
also a maintainer/developer centric [cloud-haskell-developers mailing list][6], which is
3131
more for in-depth questions about contributing to or maintaining Cloud Haskell.
3232

3333
You might also find some of us hanging out at #haskell-distributed on
@@ -40,15 +40,14 @@ will be used to make announcements (of new releases, etc) on a regular basis.
4040

4141
### Bug/Issue Tracking and Continuous Integration
4242

43-
Our bug tracker is a hosted/on-demand Jira, for which a free open source
44-
project license was kindly donated by [Atlassian][6]. You can browse all
45-
issues without logging in, however to report new issues/bugs you will
46-
need to provide an email address and create an account.
43+
We report issues for each project in [github][1].
44+
You can browse all issues without logging in, however to report new issues/bugs
45+
you will need to provide an email address and create an account.
4746

4847
If you have any difficulties doing so, please post an email to the
49-
[parallel-haskell mailing list][7] at parallel-haskell@googlegroups.com.
48+
[parallel-haskell mailing list][5] at parallel-haskell@googlegroups.com.
5049

51-
We currently use [travis-ci][11] for continuous integration. We do however,
50+
We currently use [travis-ci][7] for continuous integration. We do however,
5251
have an open source license for Atlassian Bamboo, which we will be migrating
5352
to over time - this process is quite involved so we don't have a picture of
5453
the timescales yet.
@@ -112,15 +111,6 @@ message.
112111

113112
Once we migrate to Bamboo, this may change.
114113

115-
#### Changing Jira bugs/issues via commit messages
116-
117-
You can make complex changes to one or more Jira issues with a single commit message.
118-
As with skipping CI builds, please **do not** put this messy text into the first line
119-
of your commit messages.
120-
121-
Details of the format/syntax required to do this can be found on
122-
[this Jira documentation page](https://confluence.atlassian.com/display/AOD/Processing+JIRA+issues+with+commit+messages)
123-
124114
----
125115

126116
#### Follow the <a href="/wiki/contributing.html">Contributing guidelines</a>
@@ -171,9 +161,8 @@ Since moving to individual git repositories, the tagging scheme is now
171161
a branch named `release-x.y.z` and push both the newly created tag(s) and the
172162
branch(es).
173163

174-
Once the release is out, you should go to [JIRA](https://cloud-haskell.atlassian.net)
175-
and close all the tickets for the release. Jira has a nice 'bulk change' feature
176-
that makes this very easy.
164+
Once the release is out, you should go to [github](https://github.com/haskell-distributed)
165+
and close all the tickets for the release.
177166

178167
After that, it's time to tweet about the release, post to the parallel-haskell
179168
mailing list, blog etc. Spread the word.
@@ -182,10 +171,6 @@ mailing list, blog etc. Spread the word.
182171
[2]: https://github.com/haskell-distributed/haskell-distributed.github.com
183172
[3]: http://hackage.haskell.org
184173
[4]: http://git-scm.com/book/en/Git-Basics-Tagging
185-
[5]: https://cloud-haskell.atlassian.net/secure/Dashboard.jspa
186-
[6]: http://atlassian.com/
187-
[7]: https://groups.google.com/forum/?fromgroups=#!forum/parallel-haskell
188-
[8]: /team.html
189-
[9]: https://groups.google.com/forum/?fromgroups#!forum/cloud-haskell-developers
190-
[10]: http://en.wikipedia.org/wiki/Greenwich_Mean_Time
191-
[11]: https://travis-ci.org/
174+
[5]: https://groups.google.com/forum/?fromgroups=#!forum/parallel-haskell
175+
[6]: https://groups.google.com/forum/?fromgroups#!forum/cloud-haskell-developers
176+
[7]: https://travis-ci.org/

‎wiki/networktransport.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ completely stable yet. The design of the transport layer may also still change.
3838
Feedback and suggestions are most welcome. Email [Duncan](mailto:duncan@well-typed.com) or [Edsko](mailto:edsko@well-typed.com) at Well-Typed, find us at #haskell-distributed on
3939
Freenode, or post on the [Parallel Haskell][2] mailing list.
4040

41-
You may also submit issues on the [JIRA issue tracker][8].
41+
You may also submit issues on [github][8].
4242

4343
### Hello World
4444

@@ -383,10 +383,9 @@ send to it, we don't allocate any unneeded resources).
383383

384384
[1]: http://www.olcf.ornl.gov/center-projects/common-communication-interface/
385385
[2]: https://groups.google.com/forum/?fromgroups#!forum/parallel-haskell
386-
[3]: http://cloud-haskell.atlassian.net
387386
[4]: /tutorials/2.nt_tutorial.html
388387
[5]: /wiki/newtransports.html
389388
[6]: /wiki/newdesign.html
390389
[7]: /wiki/protocols.html
391-
[8]: https://cloud-haskell.atlassian.net/issues/?filter=10002
390+
[8]: https://github.com/haskell-distributed
392391
[9]: http://lists.freebsd.org/pipermail/freebsd-hackers/2009-March/028006.html "2 uni-directional TCP connection good?"

0 commit comments

Comments
 (0)