This commit is contained in:
parent
39beb1494e
commit
3155acc346
|
@ -25,6 +25,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'debuild -us -uc -b'
|
||||
/*
|
||||
sh 'mkdir -p debuild'
|
||||
sh 'mv ../vn-host_* debuild'
|
||||
sh 'mv ../vn-apt-source_* debuild'
|
||||
|
@ -42,6 +43,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ vn-host (3.0.1) stable; urgency=medium
|
|||
* Certificate files renamed to match convenion.
|
||||
* Certificates moved to certs folder.
|
||||
|
||||
-- Juan Ferrer Toribio <juan@verdnatura.es> Wed, 4 Feb 2025 12:00:00 +0200
|
||||
-- Juan Ferrer Toribio <juan@verdnatura.es> Tue, 4 Feb 2025 12:00:00 +0200
|
||||
|
||||
vn-host (3.0.0) stable; urgency=medium
|
||||
|
||||
|
|
Loading…
Reference in New Issue