]> git.sur5r.net Git - bacula/bacula/commitdiff
Update release directory
authorKern Sibbald <kern@sibbald.com>
Fri, 19 May 2017 07:02:32 +0000 (09:02 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 22 May 2017 13:01:43 +0000 (15:01 +0200)
bacula/release/config
bacula/release/makeall
bacula/release/makebacularel
bacula/release/makedocsonly
bacula/release/makedocsrel
bacula/release/makemanualsrel
bacula/release/upload

index e6d9cbfce96df3316374f943008f6646c4f5ac3a..a12c603fa7650cba41f6ff28557f95add4200551 100644 (file)
@@ -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
index 4a86327aa31fca2109f3bab87a9d53615d4fa384..73b5d7a824a74227f5628be20493c737e103e0e9 100755 (executable)
@@ -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
index aee0eda21b7d99dfde3c7a3ed7824d29d7350be6..0d8947a314506ac1656740c227740e19ed616c50 100755 (executable)
@@ -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
index c18389c9889706c8ace34b42025abfbbe4e0805e..f2fbf4fb7a0a6b3a2bd5b4f7c8d2f2212a4f5ce6 100755 (executable)
@@ -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
index 0b34cd7d457ef7e4beecaf7d1fab2e3836b0446c..67fb59a9c5b96a1d29f1e45e40271d7b0f512b0c 100755 (executable)
@@ -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
index 2775cdc316529a7476c2aa85eb9ad871916d6b28..677faee6215b162732184044ceafe85d486e85c1 100755 (executable)
@@ -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
index a5407c5fbee54c7f8a0888f94498afbe049516cf..ceb3213f63f8426962740b9416688a85ab5e2acb 100755 (executable)
@@ -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()