<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/.github/workflows, branch v3.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/.github/workflows?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/.github/workflows?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-05-17T19:23:41Z</updated>
<entry>
<title>Improve exempting 'alltime' in misspell-fixer.</title>
<updated>2020-05-17T19:23:41Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-05-17T19:23:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e7bdeca956d3f1d08138511650cdee493992aa1'/>
<id>urn:sha1:6e7bdeca956d3f1d08138511650cdee493992aa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a nicer branch name in misspell-fixer.</title>
<updated>2020-04-25T13:52:09Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-25T13:52:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=88602c694bcdb5aa5d373d17789f0f214b417375'/>
<id>urn:sha1:88602c694bcdb5aa5d373d17789f0f214b417375</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch the misspell-fixer workflow to a monthly schedule.</title>
<updated>2020-04-21T07:02:40Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-21T07:02:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0ffc8c1b136ddf6f397b53bf3f860f6ab86969fe'/>
<id>urn:sha1:0ffc8c1b136ddf6f397b53bf3f860f6ab86969fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a workflow that checks for and corrects typos.</title>
<updated>2020-04-21T06:32:18Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-21T06:32:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43d0efaa2195c445ae7cc130d235781506758a9d'/>
<id>urn:sha1:43d0efaa2195c445ae7cc130d235781506758a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building the sqlite3 module on the macOS CI.</title>
<updated>2020-04-06T12:20:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-06T09:59:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=620c6f9f2ec3340223dd30193d42f25efa5e5493'/>
<id>urn:sha1:620c6f9f2ec3340223dd30193d42f25efa5e5493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GitHub Actions: ensure that all packages are up to date on macOS.</title>
<updated>2020-02-15T04:30:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-15T03:53:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a018818635ab72618c42a751ecd5fb02a1cdcda0'/>
<id>urn:sha1:a018818635ab72618c42a751ecd5fb02a1cdcda0</id>
<content type='text'>
This ensures that Homebrew does not explode when installing new
packages because thats apparently a challenge for it.
</content>
</entry>
<entry>
<title>Fix GitHub Actions on macOS for real this time.</title>
<updated>2020-02-13T22:47:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-13T22:39:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c0f75dd4f5a54d593d0b9afcb71e266cf6a86c29'/>
<id>urn:sha1:c0f75dd4f5a54d593d0b9afcb71e266cf6a86c29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GitHub Actions building on macOS.</title>
<updated>2020-02-02T17:43:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-02T17:07:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fda43fc0ff5ecf87d877cc341961c9da4affae76'/>
<id>urn:sha1:fda43fc0ff5ecf87d877cc341961c9da4affae76</id>
<content type='text'>
For some reason Homebrew is imploding on upgrade and this is making
our builds fail. Let's not upgrade for now.
</content>
</entry>
<entry>
<title>Improve manually enabling extra modules.</title>
<updated>2020-01-18T13:27:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-18T13:27:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2c33a3027b3db65961e58f4b45e61496ff988897'/>
<id>urn:sha1:2c33a3027b3db65961e58f4b45e61496ff988897</id>
<content type='text'>
- Allow modules to be specified without their prefix and extensions
  in --{disable,enable}-extras.
- Allow modules to be space delimited in --{disable,enable}-extras.
</content>
</entry>
<entry>
<title>Migrate from Travis CI to GitHub Actions.</title>
<updated>2020-01-17T15:35:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-17T12:50:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2e91d9b2e19a5dee8e5e0959bc9face260c22daf'/>
<id>urn:sha1:2e91d9b2e19a5dee8e5e0959bc9face260c22daf</id>
<content type='text'>
This brings shiny new GitHub integrations as well as allowing us to
bring back the macOS builds which were disabled because of the very
broken Travis CI macOS infrastructure.
</content>
</entry>
</feed>
