Commit 63d0b3b3 authored by Dietmar Maurer's avatar Dietmar Maurer

use stable-3 branch (instead of stable-3.4-fixes)

parent e3ec70bc
...@@ -6,7 +6,7 @@ DESTDIR= ...@@ -6,7 +6,7 @@ DESTDIR=
SUBDIRS = aplinfo PVE bin www po SUBDIRS = aplinfo PVE bin www po
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) 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 DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb
......
...@@ -11,8 +11,8 @@ use PVE::Tools qw(run_command); ...@@ -11,8 +11,8 @@ use PVE::Tools qw(run_command);
my $gitdir = shift; my $gitdir = shift;
die "no repository" if !$gitdir; die "no repository" if !$gitdir;
my $path = "$gitdir/refs/heads/stable-3.4-fixes"; my $path = "$gitdir/refs/heads/stable-3";
die "master branch does not exists" if ! -f $path; die "stable-3 branch does not exists" if ! -f $path;
my $arg1 = shift; my $arg1 = shift;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment