Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
7f042e8b
Commit
7f042e8b
authored
Jun 04, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
d204c8f8
e063c8f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+2
-1
lib/tasks/gitlab/shell.rake
lib/tasks/gitlab/shell.rake
+3
-0
No files found.
CHANGELOG
View file @
7f042e8b
...
...
@@ -44,6 +44,7 @@ v 7.12.0 (unreleased)
- GitLab CI service sends .gitlab-ci.yaml in each push call
- When remove project - move repository and schedule it removal
- Improve group removing logic
- Trigger create-hooks on backup restore task
v 7.11.4
- Fix missing bullets when creating lists
...
...
lib/tasks/gitlab/shell.rake
View file @
7f042e8b
...
...
@@ -59,6 +59,9 @@ namespace :gitlab do
# Launch installation process
system
(
*
%W(bin/install)
)
# (Re)create hooks
system
(
*
%W(bin/create-hooks)
)
end
# Required for debian packaging with PKGR: Setup .ssh/environment with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment