Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37539340
en ru br
ALT Linux repos
S:3.2.2-alt1.1

Group :: Development/Other
RPM: breezy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: breezy-3.2.2-alt.patch
Download


 Makefile      | 22 ++--------------------
 releaser.conf | 10 ++++++++++
 2 files changed, 12 insertions(+), 20 deletions(-)
diff --git a/Makefile b/Makefile
index 7a875fd004..ab7ea670b2 100644
--- a/Makefile
+++ b/Makefile
@@ -42,15 +42,12 @@ extensions:
 
 check: docs check-nodocs
 
-check-nodocs: check-nodocs2 check-nodocs3
-
-check-nodocs3:
-	# Generate a stream for PQM to watch.
+check-nodocs:
 	-$(RM) -f selftest.log
 	echo `date` ": selftest starts" 1>&2
 	set -o pipefail; BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON3) -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -O \
 	  ./brz selftest -Oselftest.timeout=120 --strict \
-	  --subunit2 $(tests) | tee selftest.log | subunit-2to1
+	  --subunit2 $(tests) | tee selftest.log | subunit2pyunit
 	echo `date` ": selftest ends" 1>&2
 	# An empty log file should catch errors in the $(PYTHON3)
 	# command above (the '|' swallow any errors since 'make'
@@ -59,21 +56,6 @@ check-nodocs3:
 	# Check that there were no errors reported.
 	subunit-stats < selftest.log
 
-check-nodocs2: extensions
-	# Generate a stream for PQM to watch.
-	-$(RM) -f selftest.log
-	echo `date` ": selftest starts" 1>&2
-	set -o pipefail; BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON) -Werror -Wignore::ImportWarning -Wignore::DeprecationWarning -O \
-	  ./brz selftest -Oselftest.timeout=120 \
-	  --subunit2 $(tests) | tee selftest.log | subunit-2to1
-	echo `date` ": selftest ends" 1>&2
-	# An empty log file should catch errors in the $(PYTHON)
-	# command above (the '|' swallow any errors since 'make'
-	# sees the 'tee' exit code for the whole line
-	if [ ! -s selftest.log ] ; then exit 1 ; fi
-	# Check that there were no errors reported.
-	subunit-stats < selftest.log
-
 check-ci: docs extensions
 	# FIXME: Remove -Wignore::FutureWarning once
 	# https://github.com/paramiko/paramiko/issues/713 is not a concern
diff --git a/releaser.conf b/releaser.conf
new file mode 100644
index 0000000000..6f1245af81
--- /dev/null
+++ b/releaser.conf
@@ -0,0 +1,10 @@
+# See https://github.com/jelmer/releaser
+news_file: "doc/en/release-notes/brz-3.2.txt"
+timeout_days: 5
+tag_name: "brz-$VERSION"
+verify_command: "make check"
+update_version {
+  path: "breezy/__init__.py"
+  match: "^version_info = \((.*)\)$"
+  new_line: "__version__ = $STATUS_TUPLED_VERSION"
+}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin