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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
fc2e18f5
Commit
fc2e18f5
authored
Oct 01, 2020
by
Aleksei Lipniagov
Committed by
Nick Thomas
Oct 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gitlab-resize-image bin installation
parent
d7dd089e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Makefile
Makefile
+2
-2
changelogs/unreleased/alipniagov-fix-image-resizing-binary-install.yml
...released/alipniagov-fix-image-resizing-binary-install.yml
+5
-0
No files found.
Makefile
View file @
fc2e18f5
...
...
@@ -57,10 +57,10 @@ gitlab-workhorse: $(TARGET_SETUP) $(shell find . -name '*.go' | grep -v '^\./_')
$(GOBUILD)
-tags
"
$(BUILD_TAGS)
"
-o
$(BUILD_DIR)
/
$@
$(PKG)
.PHONY
:
install
install
:
gitlab-workhorse gitlab-resize-image gitlab-zip-cat gitlab-zip-metadata
install
:
$(EXE_ALL)
$(
call
message,
$@
)
mkdir
-p
$(DESTDIR)$(PREFIX)
/bin/
cd
$(BUILD_DIR)
&&
$(INSTALL)
gitlab-workhorse gitlab-zip-cat gitlab-zip-metadata
$(DESTDIR)$(PREFIX)
/bin/
cd
$(BUILD_DIR)
&&
$(INSTALL)
$(EXE_ALL)
$(DESTDIR)$(PREFIX)
/bin/
.PHONY
:
test
test
:
$(TARGET_SETUP) prepare-tests
...
...
changelogs/unreleased/alipniagov-fix-image-resizing-binary-install.yml
0 → 100644
View file @
fc2e18f5
---
title
:
Fix gitlab-resize-image bin installation
merge_request
:
618
author
:
type
:
fixed
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