File: nogit.patch

package info (click to toggle)
readsb 3.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,144 kB
  • sloc: ansic: 33,749; sh: 261; makefile: 203; python: 9
file content (13 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: we do not need any git magic here
Index: readsb-3.16/tag.sh
===================================================================
--- readsb-3.16.orig/tag.sh	2025-08-18 11:45:34.000000000 +0200
+++ readsb-3.16/tag.sh	2025-08-27 00:40:31.002713866 +0200
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+exit 0
+
 set -e
 trap 'echo "[ERROR] Error in line $LINENO when executing: $BASH_COMMAND"' ERR