From dd82e4db5047218ffbb901c456110a50004dc93f Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Wed, 6 Nov 2024 13:40:39 +0100 Subject: [PATCH] refs #1106 remove vim swapfile from the deb packages --- linux/debian/changelog | 8 ++++++++ linux/debian/rules | 1 + 2 files changed, 9 insertions(+) diff --git a/linux/debian/changelog b/linux/debian/changelog index 736204c..6d9dfe2 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,11 @@ +ogagent (1.4.5~pre2-1) stable; urgency=medium + + * Remove race condition due to several monitoring threads + * Include job_id in asynchronous responses + * Remove vim swapfiles from the package contents + + -- OpenGnsys developers Wed, 06 Nov 2024 13:24:03 +0100 + ogagent (1.4.5~pre1-1) stable; urgency=medium * CrearImagen: return inventory inline diff --git a/linux/debian/rules b/linux/debian/rules index ead6aa0..caa76e5 100755 --- a/linux/debian/rules +++ b/linux/debian/rules @@ -22,6 +22,7 @@ install: build dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/ogagent install-ogagent + find $(CURDIR) -name '*.swp' -exec rm -f '{}' ';' binary-arch: build install # emptyness binary-indep: build install