@@ -627,7 +627,7 @@ def publishingRCtoStable() {
627627 publishLibindyCliWindowsFilesRCtoStable(libindyVersion)
628628
629629 echo ' Moving Windows RC artifacts to Stable: libnullpay'
630- publishLibnullpayWindowsFilesRCtoStable(libindyVersion )
630+ publishLibnullpayWindowsFilesRCtoStable()
631631
632632 echo ' Moving Ubuntu RC artifacts to Stable: libnullpay'
633633 publishLibnullpayDebRCtoStable(testEnv)
@@ -674,7 +674,7 @@ def publishLibindyCliDebRCtoStable(testEnv, version) {
674674
675675def publishLibnullpayDebRCtoStable (testEnv ) {
676676 def libnullpayVersion = getSrcVersion(" libnullpay" )
677- publishDebRCtoStable(testEnv, " libnullpay" , " libnullpay" , libnullpayVersion, " libindyCliDebs " , false )
677+ publishDebRCtoStable(testEnv, " libnullpay" , " libnullpay" , libnullpayVersion, " libnullpayDebs " , false )
678678}
679679
680680def publishDebRCtoStable (testEnv , packageName , folder , version , stashName , moveDevArtifacts ) {
@@ -683,7 +683,7 @@ def publishDebRCtoStable(testEnv, packageName, folder, version, stashName, moveD
683683
684684 unstash name : stashName
685685
686- sh " fakeroot deb-reversion -v $version $p ackageName /debs/\" $packageName \" _\" $rcFullVersion \" _amd64.deb"
686+ sh " fakeroot deb-reversion -v $version $f older /debs/\" $packageName \" _\" $rcFullVersion \" _amd64.deb"
687687
688688 if (moveDevArtifacts) {
689689 sh " fakeroot deb-reversion -v $version $folder /debs/\" $packageName \" -dev_\" $rcFullVersion \" _amd64.deb"
0 commit comments