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
6a756b57
Commit
6a756b57
authored
Apr 13, 2015
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 3.4-4
parent
bdc688c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
Makefile
Makefile
+1
-1
changelog.Debian
debian/changelog.Debian
+8
-0
defines.mk
defines.mk
+1
-1
repoid.pl
repoid.pl
+1
-1
No files found.
Makefile
View file @
6a756b57
...
...
@@ -6,7 +6,7 @@ DESTDIR=
SUBDIRS
=
aplinfo PVE bin www po
ARCH
:=
$(
shell
dpkg-architecture
-qDEB_BUILD_ARCH
)
GITVERSION
:=
$(
shell
cat
.git/refs/heads/
master
)
GITVERSION
:=
$(
shell
cat
.git/refs/heads/
stable-3.4-fixes
)
DEB
=
${
PACKAGE
}
_
${
VERSION
}
-
${
PACKAGERELEASE
}
_
${
ARCH
}
.deb
...
...
debian/changelog.Debian
View file @
6a756b57
pve-manager (3.4-4) unstable; urgency=low
* GUI: add quick search fields to storage content and backup views
* fix package version info
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Apr 2015 15:27:52 +0200
pve-manager (3.4-3) unstable; urgency=low
* fix logfile rotation
...
...
defines.mk
View file @
6a756b57
...
...
@@ -2,7 +2,7 @@ RELEASE=3.4
VERSION=3.4
PACKAGE=pve-manager
PACKAGERELEASE=
3
PACKAGERELEASE=
4
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
repoid.pl
View file @
6a756b57
...
...
@@ -11,7 +11,7 @@ use PVE::Tools qw(run_command);
my
$gitdir
=
shift
;
die
"
no repository
"
if
!
$gitdir
;
my
$path
=
"
$gitdir
/refs/heads/
master
";
my
$path
=
"
$gitdir
/refs/heads/
stable-3.4-fixes
";
die
"
master branch does not exists
"
if
!
-
f
$path
;
my
$arg1
=
shift
;
...
...
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