summaryrefslogtreecommitdiff
path: root/doc/update/6.9-to-7.0.md
Commit message (Collapse)AuthorAgeFilesLines
* note about latest details being on master branchBen Bodenmiller2015-02-051-0/+1
| | | | [ci skip]
* simplify HTTPS setup detailsBen Bodenmiller2014-09-071-0/+3
| | | | also adds comment about updating nginx files during upgrades
* remove unnecessary chmodBen Bodenmiller2014-09-011-1/+0
| | | | | | `lib/support/init.d/gitlab` was set as executable in the repo as of the 6.1 release so chmod is not needed after that. See https://github.com/gitlabhq/gitlabhq/pull/7586/files#r16885445.
* Remove backticks in markdown links that cause ugly code blocks in GitLab.Sytse Sijbrandij2014-08-211-1/+1
|
* Merge pull request #7475 from bbodenmiller/curl-redirectsJeroen van Baarsen2014-08-131-1/+1
|\ | | | | follow curl redirects
| * follow curl redirectsBen Bodenmiller2014-08-111-1/+1
| | | | | | | | | | | | | | | | | | Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired.
* | Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-2/+2
|/ | | | Further changes
* Update 6.9-to-7.0.mdDavid Southard2014-06-251-1/+1
| | | fix gitlab.yml example diff command
* update ruby in update guideJob van der Voort2014-06-251-6/+38
| | | | textual changes
* Fixes #7163, copy init script while upgradingRobert Schilling2014-06-201-0/+4
|
* Update guide from 6.9 to 7.0Dmitriy Zaporozhets2014-06-181-0/+102
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>