aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-new-release-branch
diff options
context:
space:
mode:
Diffstat (limited to 'prepare-new-release-branch')
-rwxr-xr-xprepare-new-release-branch12
1 files changed, 12 insertions, 0 deletions
diff --git a/prepare-new-release-branch b/prepare-new-release-branch
new file mode 100755
index 0000000..4cbdda1
--- /dev/null
+++ b/prepare-new-release-branch
@@ -0,0 +1,12 @@
+#!/usr/bin/perl -w
+
+use strict;
+use FindBin;
+use lib $FindBin::Bin;
+use MgaRelease::Common;
+
+MgaRelease::Common::make_srpms_list_from_synthesis;
+MgaRelease::Common::get_srpms_rev;
+MgaRelease::Common::save_srpms_list;
+MgaRelease::Common::get_svn_branch_cmds;
+