From: Kern Sibbald Date: Fri, 19 May 2017 07:02:32 +0000 (+0200) Subject: Update release directory X-Git-Tag: Release-7.9.0~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b44fbe02cabf5bcbb4279c1a92754c2a4a2c2d7;p=bacula%2Fbacula Update release directory --- diff --git a/bacula/release/config b/bacula/release/config index e6d9cbfce9..a12c603fa7 100644 --- a/bacula/release/config +++ b/bacula/release/config @@ -1,12 +1,12 @@ # # Configuration for release scripts # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Set to the Branch you are working on # -branch=${branch:-Branch-7.2} +branch=${branch:-Branch-7.9} # # set reltype to release or beta -- for upload and setting DEVELOPER reltype=release diff --git a/bacula/release/makeall b/bacula/release/makeall index 4a86327aa3..73b5d7a824 100755 --- a/bacula/release/makeall +++ b/bacula/release/makeall @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Make full release diff --git a/bacula/release/makebacularel b/bacula/release/makebacularel index aee0eda21b..0d8947a314 100755 --- a/bacula/release/makebacularel +++ b/bacula/release/makebacularel @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This script is used to make a Bacula release diff --git a/bacula/release/makedocsonly b/bacula/release/makedocsonly index c18389c988..f2fbf4fb7a 100755 --- a/bacula/release/makedocsonly +++ b/bacula/release/makedocsonly @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Make only the docs packages diff --git a/bacula/release/makedocsrel b/bacula/release/makedocsrel index 0b34cd7d45..67fb59a9c5 100755 --- a/bacula/release/makedocsrel +++ b/bacula/release/makedocsrel @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This script is used to make a Bacula docs release diff --git a/bacula/release/makemanualsrel b/bacula/release/makemanualsrel index 2775cdc316..677faee621 100755 --- a/bacula/release/makemanualsrel +++ b/bacula/release/makemanualsrel @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This script is used to make a Bacula manuals release diff --git a/bacula/release/upload b/bacula/release/upload index a5407c5fbe..ceb3213f63 100755 --- a/bacula/release/upload +++ b/bacula/release/upload @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (C) 2000-2015 Kern Sibbald +# Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Upload to File Release System on serfullver # . ./config -ver="7.2.0" +ver="7.9.0" RSYNC="rsync -av --no-g --progress $upload_opt" do_upload()