<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/examples, branch docs/pages-admin</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Rename builds to jobs in docs</title>
<updated>2017-02-15T11:12:35+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-02-13T16:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a084437b5c1b7226ce64e74bab1972bb1dbd49e0'/>
<id>a084437b5c1b7226ce64e74bab1972bb1dbd49e0</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'improve-ci-example-php-doc' into 'master'</title>
<updated>2017-01-30T10:09:51+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-30T10:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d11ed931e779a289d0f6932e22eb46374462765'/>
<id>7d11ed931e779a289d0f6932e22eb46374462765</id>
<content type='text'>

Changed composer installer script in the CI PHP example doc

See merge request !8817</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Changed composer installer script in the CI PHP example doc

See merge request !8817</pre>
</div>
</content>
</entry>
<entry>
<title>Typos</title>
<updated>2017-01-27T04:21:29+00:00</updated>
<author>
<name>Ionut Staicu</name>
<email>github@iamntz.com</email>
</author>
<published>2017-01-27T04:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=192ddf1e30cfd13357ba3c4a7a21a4d9af938f40'/>
<id>192ddf1e30cfd13357ba3c4a7a21a4d9af938f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small gramatical tweaks</title>
<updated>2017-01-27T04:21:29+00:00</updated>
<author>
<name>Ionut Staicu</name>
<email>github@iamntz.com</email>
</author>
<published>2016-09-08T12:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=429a045d86cf833bbac9eee15e2b3b5c3eec7cff'/>
<id>429a045d86cf833bbac9eee15e2b3b5c3eec7cff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typos</title>
<updated>2017-01-27T04:20:25+00:00</updated>
<author>
<name>Ionut Staicu</name>
<email>github@iamntz.com</email>
</author>
<published>2016-09-05T11:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d6629613f35ec9ee9b4273b6dae6ae600e17752'/>
<id>1d6629613f35ec9ee9b4273b6dae6ae600e17752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PHP &amp; NPM doc</title>
<updated>2017-01-27T04:20:25+00:00</updated>
<author>
<name>Ionut Staicu</name>
<email>github@iamntz.com</email>
</author>
<published>2016-09-04T20:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09beeb87ceebf5e0beac05c997ab2d153c924a9d'/>
<id>09beeb87ceebf5e0beac05c997ab2d153c924a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed composer installer script in the CI PHP example doc</title>
<updated>2017-01-26T16:25:30+00:00</updated>
<author>
<name>Jeffrey Cafferata</name>
<email>jeffrey@jcid.nl</email>
</author>
<published>2016-05-29T20:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11551de5fa245323798f4ff40a322a5d003421ec'/>
<id>11551de5fa245323798f4ff40a322a5d003421ec</id>
<content type='text'>
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:

- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer &amp; the installer SHA-384

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:

- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer &amp; the installer SHA-384

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test-and-deploy-ruby-application-to-heroku.md</title>
<updated>2016-12-21T16:43:29+00:00</updated>
<author>
<name>William</name>
<email>will.i.yeezy@gmail.com</email>
</author>
<published>2016-12-21T16:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c4d8441485dd0d82b58e2a15a51b2c00277bcc7'/>
<id>3c4d8441485dd0d82b58e2a15a51b2c00277bcc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490</title>
<updated>2016-12-01T18:08:37+00:00</updated>
<author>
<name>Sam Carrington</name>
<email>github@gwawr.co.uk</email>
</author>
<published>2016-12-01T18:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48d89919e6a0eebc43780c41a4d789cdcb716bb5'/>
<id>48d89919e6a0eebc43780c41a4d789cdcb716bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the two Scala examples</title>
<updated>2016-11-18T16:01:28+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-18T15:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99ef207604ed39fbb662f1082fa6af517ed61a64'/>
<id>99ef207604ed39fbb662f1082fa6af517ed61a64</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
