Skip to content

Commit 5142c08

Browse files
authored
Resync wiki (#35)
* update omniosce url * sync build instructions * sync flag days * update rti notes * remove lint req
1 parent 33fcb29 commit 5142c08

File tree

7 files changed

+48
-12
lines changed

7 files changed

+48
-12
lines changed

docs/about/distro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For major feature differences, the following chart may be helpful.
2626
| Project | Provider | Focus | Linux Comparison | Open Source | Packaging | x86 | SPARC | KVM | LX |
2727
|---------|----------|-------|------------------|-------------|-----------|------|------|-----|----|
2828
| [SmartOS](https://smartos.org) | [Joyent](https://www.joyent.com) | Hypervisor | CoreOS | <i class="material-icons">check</i> | [pkgsrc](https://pkgsrc.joyent.com) | <i class="material-icons">check</i> | | <i class="material-icons">check</i> | <i class="material-icons">check</i> |
29-
| [OmniOS CE](https://www.omniosce.org/) | [OmniOS CE Association](https://omniosce.org/about) | Servers | Debian | <i class="material-icons">check</i> | IPS | <i class="material-icons">check</i> | | <i class="material-icons">check</i> | <i class="material-icons">check</i> |
29+
| [OmniOS CE](https://www.omniosce.org/) | [OmniOS Community Association](https://omniosce.org/about/about) | Servers | Debian | <i class="material-icons">check</i> | IPS | <i class="material-icons">check</i> | | <i class="material-icons">check</i> | <i class="material-icons">check</i> |
3030
| [OpenIndiana](https://www.openindiana.org/) | [OpenIndiana](https://www.openindiana.org/) | Workstation, Servers | Ubuntu | <i class="material-icons">check</i> | IPS | <i class="material-icons">check</i> | | <i class="material-icons">check</i> | |
3131
| [NexenStor](https://community.nexenta.com/s/) | [Nexenta](https://nexenta.com/) | Storage | | | APT | <i class="material-icons">check</i> | |
3232
| [Tribblix](http://www.tribblix.org/) | Peter Tribble | Workstation, Servers | Slackware | <i class="material-icons">check</i> | SVR4 | <i class="material-icons">check</i> | <i class="material-icons">check</i> | | <i class="material-icons">check</i> | |

docs/about/leadership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ the work involved.
6464
* The author line should include both a name and a well formed email address, and should match the actual author. The format here is very important for SCM export. Don't just assume it's fine!
6565
* Is the pbchk output as clean as you want it to be?
6666
* In general, there should be no noise from any check, however some areas are not clean for the various style checks, you should check this is actually the case (in general, areas that are innately dirty are very dirty, and stand out).
67-
* Is the users build clean?
68-
* They'll be giving you a `mail_msg` file, it will ideally be absolutely free of any noise. In practice, there are times when there will be noise for other reasons, not related to their integration. You should check! One thing to double check is that lint was actually run. It's surprisingly easy to glance at an incremental build, and not notice that the source was never linted.
67+
* Is the user's build clean?
68+
* Did the user also build with the current shadow compiler? - check the `mail_msg` file for the compilers that were actually used.
6969
* Did the submitter test their changes to your satisfaction?
7070
* Can you think of anything else that should be tested? Ask for it!
7171
* Did the testing actually test the area changed by the patch? Check!

docs/community/events.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
## Upcoming
44

5-
### FrOSCon 2018
5+
### FrOSCon 2019
6+
7+
- Where: Sankt Augustin, Germany
8+
- When: 10th-11th August 2019
9+
- Details: <https://www.froscon.de/en/>
10+
11+
## Past
12+
13+
### 2019
14+
15+
#### FOSDEM 2019
16+
17+
- Where: Brussels, Belgium
18+
- When: 2nd-3rd February 2019
19+
- Details: <https://fosdem.org/2019/stands/>
20+
- Location: K/1/A table 8
21+
- Who:
22+
23+
### 2018
24+
25+
#### FrOSCon 2018
626

727
- Where: Sankt Augustin, Germany
828
- When: 25 + 26 August 2018
@@ -12,11 +32,6 @@
1232
- Sebastian Wiedenroth
1333
- *Add yourself!*
1434

15-
16-
## Past
17-
18-
### 2018
19-
2035
#### CLT 2018
2136

2237
- Where: Chemnitz, Germany
@@ -83,4 +98,4 @@ Our booth is in building K, Level 1, Group A Table 8
8398
- Thomas Wagner (<http://sfe.opencsw.org/>)
8499

85100

86-
We have our table in building K, Level 1, Group A, Table 7.
101+
We have our table in building K, Level 1, Group A, Table 7.

docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Reviewed by: Ohana Matsumae <[email protected]>
303303
You can use `git commit --amend` to fix the change description.
304304

305305
* Output of `git pbchk` (you'll need the "cadmium" extension for git)
306-
* Attach the `mail_msg` file from a full nightly build (including `lint`), which should be free of warnings.
306+
* Attach the `mail_msg` file from a full nightly build, which should be free of warnings.
307307
* Supply information about how the changes were tested.
308308
* Attach the actual changes, either from `git format-patch`. (the webrev is not sufficient. Attach an actual patch)
309309

docs/developers/build-illumos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ export PERL_PKGVERS="-522"
179179
180180
# If you are building on the latest OpenIndiana (2017-03-07 and later)
181181
export BLD_JAVA_8=
182+
183+
export ON_CLOSED_BINS="/opt/onbld/closed"
182184
```
183185

184186
## Starting the build

docs/developers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You will need to install the basic development environment to build illumos.
4747
### OpenIndiana
4848

4949
```
50-
sudo pkg install build-essential
50+
sudo pkg install build-essential runtime/python-35 developer/gcc-7 system/library/c-runtime
5151
```
5252

5353
### OmniOS

docs/flagdays/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,27 @@ out specific actions that developers may need to perform to continue working
66
with the sources. Such messages should also be archived here, for future
77
reference.
88

9+
## 2019
10+
11+
* [2019-02-15 HEADSUP or something:)](https://illumos.topicbox.com/groups/developer/T97536ca6fe4642cf-M06a0b547f52f49dd36a36817)
12+
* [2019-02-11 Heads Up: 6885 CTF,Everywhere Part 1](https://illumos.topicbox.com/groups/developer/T6486c03f2141110b-Mf57519de2a281a19839fb9bb)
13+
* [2019-02-01 HEADS UP — git pbchk might erroneously complain about man pages](https://illumos.topicbox.com/groups/developer/T69c22312eb98826d-Mf831faf3e0f1897f02a4f752)
14+
* [2019-01-07 HEADS UP: loader FB console](https://illumos.topicbox.com/groups/developer/T911a78d635e5f1c2-M00e9a1373e8cfad037cabda1)
15+
916
## 2018
1017

18+
* [2018-12-08 heads up/flag day or like:)](https://illumos.topicbox.com/groups/developer/Tdf13bdc744649c5f-M4ee064264f0d974d07dfb0c6)
19+
* [2018-11-27 HEADS-UP GCC 7 shadow compiler; no more lint](https://illumos.topicbox.com/groups/developer/T6342764347f4dcef-Mf2b1afa24c9dd7fdb66f84f3)
20+
* [2018-10-29 Heads-up: Python3 module builds](https://illumos.topicbox.com/groups/developer/Tdb33e9c1d29c7304-M4ac03020d9f578164423a459)
21+
* [2018-10-17 Heads-up: libbe.so be_list() function change](https://illumos.topicbox.com/groups/developer/Te732a5648df5e62c-M76c17c85869ced3e2806f1a3)
22+
* [2018-10-13 HEADS-UP: Native demangling support](https://illumos.topicbox.com/groups/developer/Tc731cdb14c9773bd-M56c2145047fe78afa51c367a)
23+
* [Update](https://illumos.topicbox.com/groups/developer/Tdb33e9c1d29c7304-M26019538b67e99b7339fbcd5)
24+
* [2018-10-13 headsup/flag day or something:)](https://illumos.topicbox.com/groups/developer/Tfac258762db8be3d-M6b31819726d1b52f63c8ba75)
25+
* [2018-10-04 cw changes](https://illumos.topicbox.com/groups/developer/T3f8ef7ef260b45ca-Mae7d2e0e2d624ed89309c810)
26+
* [2018-08-29 Flag day for those building gate on OmniOS](https://illumos.topicbox.com/groups/developer/T1709fef345140a25-M86fa27124e7d01377eaf6070)
27+
* [2018-12-10 FLAG DAY - can't build gate post-9997 w/o idn headers](https://illumos.topicbox.com/groups/developer/T731e849574ce3775-Me2ed5d747fa73c67ffb25480)
28+
* [2018-04-04 Heads-up! re 1575 untangle libmlrpc](https://illumos.topicbox.com/groups/developer/Te1b815fee84f54b8-M704bcc1fe3265faa297c7112)
29+
* [Update](https://illumos.topicbox.com/groups/developer/Te1b815fee84f54b8-M91e6ecebc4b588ee5b82205ck)
1130
* [2018-01-25 HEADS UP: Removal of 32-bit x86 kernel](https://illumos.topicbox.com/groups/discuss/Tbe0c8f87eef5a3f2-M62fb2690bf9ab15b373ac252)
1231

1332
## 2017

0 commit comments

Comments
 (0)