Add build number to version

main
Nicolas Arenas 2025-03-17 19:46:20 +01:00
parent 720601f022
commit 2904dae699
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
def call(String repoDir, String maintainerName, String maintainerEmail) {
def call(String repoDir, String maintainerName = "Qindel Opengnsys Team", String maintainerEmail = "opengnsys@qindel.com") {
script {
sh """#!/bin/bash
set -e # Detener la ejecución en caso de error
INPUT_FILE="${repoDir}/CHANGELOG.md"
INPUT_FILE="${repoDir}/changelog.md"
OUTPUT_FILE="${repoDir}/debian/changelog"
PACKAGE_NAME="oggui"
DISTRIBUTION="unstable"