Add build number to version
parent
720601f022
commit
2904dae699
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue