mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 22:50:30 +00:00
use stable-3 branch (instead of stable-3.4-fixes)
This commit is contained in:
parent
9bb4956ef2
commit
53a67dc5e5
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ DESTDIR=
|
||||
SUBDIRS = aplinfo PVE bin www po
|
||||
|
||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
GITVERSION:=$(shell cat .git/refs/heads/stable-3.4-fixes)
|
||||
GITVERSION:=$(shell cat .git/refs/heads/stable-3)
|
||||
|
||||
DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb
|
||||
|
||||
|
@ -11,8 +11,8 @@ use PVE::Tools qw(run_command);
|
||||
my $gitdir = shift;
|
||||
die "no repository" if !$gitdir;
|
||||
|
||||
my $path = "$gitdir/refs/heads/stable-3.4-fixes";
|
||||
die "master branch does not exists" if ! -f $path;
|
||||
my $path = "$gitdir/refs/heads/stable-3";
|
||||
die "stable-3 branch does not exists" if ! -f $path;
|
||||
|
||||
my $arg1 = shift;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user