145 # The database for this system is inside Sun's firewall, so the access URLs
146 # are different on- and off-SWAN. The off-SWAN URL provides restricted,
147 # redacted access to the internal database through a controlled boundary
148 # system.
149 #
150 PREFIX=sun
151 INFO=http://bugs.opensolaris.org/
152 EXTERNAL_URL=http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=\\1
153 INTERNAL_URL_sun.com=http://monaco.sfbay.sun.com/detail.jsf?cr=\\1
154 REGEX=\\([0-9]\\{7\\}\\)
155 CONTACT=opendev-discuss@opensolaris.org
156
157 #
158 # The redmine instance on illumos.org
159 #
160 PREFIX=illumos
161 INFO=http://illumos.org
162 EXTERNAL_URL=https://illumos.org/issues/\\1
163 REGEX=\\([0-9]\\{1\,6\\}\\)
164 CONTACT=developer@lists.illumos.org
|
145 # The database for this system is inside Sun's firewall, so the access URLs
146 # are different on- and off-SWAN. The off-SWAN URL provides restricted,
147 # redacted access to the internal database through a controlled boundary
148 # system.
149 #
150 PREFIX=sun
151 INFO=http://bugs.opensolaris.org/
152 EXTERNAL_URL=http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=\\1
153 INTERNAL_URL_sun.com=http://monaco.sfbay.sun.com/detail.jsf?cr=\\1
154 REGEX=\\([0-9]\\{7\\}\\)
155 CONTACT=opendev-discuss@opensolaris.org
156
157 #
158 # The redmine instance on illumos.org
159 #
160 PREFIX=illumos
161 INFO=http://illumos.org
162 EXTERNAL_URL=https://illumos.org/issues/\\1
163 REGEX=\\([0-9]\\{1\,6\\}\\)
164 CONTACT=developer@lists.illumos.org
165
166 #
167 # The Jira instance at jira.nexenta.com
168 #
169 PREFIX=nexenta-nex
170 INFO=http://nexenta.com
171 EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
172 REGEX=\\(NEX\-[0-9]\\{1\,6\\}\\)
173 CONTACT=support@nexenta.com
174
175 PREFIX=nexenta-os
176 INFO=http://nexenta.com
177 EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
178 REGEX=\\(OS\-[0-9]\\{1\,6\\}\\)
179 CONTACT=support@nexenta.com
180
181 PREFIX=nexenta-sup
182 INFO=http://nexenta.com
183 EXTERNAL_URL=https://jira.nexenta.com/browse/\\1
184 REGEX=\\(SUP\-[0-9]\\{1\,6\\}\\)
185 CONTACT=support@nexenta.com
|