Skip to content

Commit

Permalink
drop push_rpms_katello
Browse files Browse the repository at this point in the history
we don't host katello on fedorapeople for a while now
  • Loading branch information
evgeni authored and ekohl committed Mar 12, 2024
1 parent 39d0622 commit de2d925
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions theforeman.org/pipelines/lib/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ void push_rpms_direct(repo_source, repo_dest, overwrite = true, merge = false, s
}
}

void push_rpms_katello(version) {
sshagent(['katello-fedorapeople']) {
sh "ssh [email protected] 'cd /project/katello/bin && sh rsync-repos-from-koji ${version}'"
}
}

void push_debs_direct(os, repo) {
sshagent(['freight']) {
sh "ssh [email protected] deploy ${os} ${repo}"
Expand Down

0 comments on commit de2d925

Please sign in to comment.