Add parameters for changelog mantainers
parent
2904dae699
commit
c3cc26aaf9
|
@ -3,7 +3,7 @@ def call(String repoDir, String maintainerName = "Qindel Opengnsys Team", String
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue