Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
102d4547
Commit
102d4547
authored
Apr 28, 2015
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use correct branch for git clone (source ref)
parent
63d0b3b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
102d4547
...
@@ -48,7 +48,7 @@ ${DEB} deb:
...
@@ -48,7 +48,7 @@ ${DEB} deb:
install
-m
0755 debian/prerm dest/DEBIAN
install
-m
0755 debian/prerm dest/DEBIAN
install
-m
0755 debian/postrm dest/DEBIAN
install
-m
0755 debian/postrm dest/DEBIAN
install
-m
0644 debian/triggers dest/DEBIAN
install
-m
0644 debian/triggers dest/DEBIAN
echo
"git clone git://git.proxmox.com/git/pve-manager.git
\\
ngit checkout
${
GITVERSION
}
"
>
dest/usr/share/doc/
${
PACKAGE
}
/SOURCE
echo
"git clone git://git.proxmox.com/git/pve-manager.git
-b stable-3
\\
ngit checkout
${
GITVERSION
}
"
>
dest/usr/share/doc/
${
PACKAGE
}
/SOURCE
gzip
--best
dest/usr/share/man/
*
/
*
gzip
--best
dest/usr/share/man/
*
/
*
gzip
--best
dest/usr/share/doc/
${
PACKAGE
}
/changelog.Debian
gzip
--best
dest/usr/share/doc/
${
PACKAGE
}
/changelog.Debian
dpkg-deb
--build
dest
dpkg-deb
--build
dest
...
...
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