Skip to content

Commit

Permalink
gitlab: upgrade to gitlab-6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Apr 11, 2014
1 parent 1ced311 commit 8bc6a18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

**latest a.k.a HEAD**
**v6.6.4**
- added changelog
- removed postfix mail delivery
- added SMTP_DOMAIN configuration option
Expand All @@ -9,7 +9,7 @@
- added DB_PORT configuration option
- changed backup time to 4am (UTC)

**v.6.6.2**
**v6.6.2**
- upgraded to gitlab-6.6.2
- added automated daily/monthly backups feature
- documented ssh login details for maintenance tasks.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Dockerfile to build a GitLab container image.

## Version
Current Version: 6.6.2
Current Version: 6.6.4

# Hardware Requirements

Expand Down Expand Up @@ -82,7 +82,7 @@ docker pull sameersbn/gitlab
Since version 6.5.0, the image builds are being tagged. You can now pull a particular version of gitlab by specifying the version number. For example,

```bash
docker pull sameersbn/gitlab:6.6.2
docker pull sameersbn/gitlab:6.6.4
```

Alternately you can build the image yourself.
Expand Down
2 changes: 1 addition & 1 deletion resources/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo -u git -H ./bin/install

# install gitlab
sudo -u git -H mkdir -p /home/git/gitlab
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.2.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
wget "https://github.com/gitlabhq/gitlabhq/archive/v6.6.4.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab/
chown -R git:git /home/git/gitlab/

cd /home/git/gitlab
Expand Down

0 comments on commit 8bc6a18

Please sign in to comment.