]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
build: clean up doozer build system references
authorFlole <flole@flole.de>
Fri, 19 Jun 2026 19:50:35 +0000 (21:50 +0200)
committerFlole <Flole998@users.noreply.github.com>
Sat, 20 Jun 2026 17:45:27 +0000 (19:45 +0200)
.gitignore
Autobuild.sh
rpm/Makefile

index f0a137c6fe84d895b808f6aac6cf4997e7403096..fc260f245f93eab5ab0b87811e9500142f7a2195 100644 (file)
@@ -2,7 +2,6 @@ build.*
 .config.mk
 
 debian/debhelper-build-stamp
-filelist.txt
 
 src/version.c
 src/tvh_locale_inc.c
index 1322f67a44c682f3e5925b23c6b58e32ce97ed8c..fb776cd88d2177e9c1cefb7961065208c07b6662 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Entry point for the Doozer autobuild system
+# Entry point for the autobuild system
 #
 # (c) Andreas Ă–man 2011. All rights reserved.
 #
@@ -16,7 +16,7 @@ TARGET=""
 ARCHOVR=""
 RELEASE="--release"
 WORKINGDIR="/var/tmp/showtime-autobuild"
-FILELIST="$PWD/filelist.txt"
+
 OP="build"
 OSPREFIX=""
 
index 91870c3dd30e488405a1c6f9faf138829dff742d..3e0d14465713b329fdcc429c326cdffe4dc89561 100644 (file)
@@ -59,16 +59,6 @@ build: clean SOURCES tvheadend.spec
        cd $(TOPDIR)/.. && git archive --format=tar.gz --prefix=tvheadend-$(COMMITR)/ HEAD -o $(TOPDIR)/SOURCES/tvheadend-$(COMMITR).tar.gz
        rpmbuild $(DEFINES) -ba tvheadend.spec
 
-.PHONY: build-doozer
-build-doozer: build
-       @rm -f ../filelist.txt
-       @for a in RPMS/$$(uname -m)/tvheadend-$(VERSION)-$(RELEASE)*.rpm \
-                 RPMS/$$(uname -m)/tvheadend-debuginfo-$(VERSION)-$(RELEASE)*.rpm; do \
-               name=$$(basename $$a); \
-               echo "doozer-versioned-artifact:rpm/$$a:rpm:application/x-rpm:$$name"; \
-               echo "rpm/$$a" >> ../filelist.txt; \
-        done
-       
 
 .PHONY: clean.
 clean: