mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
in tests first install the desired config, then run setup_git_package
setup_git_package uses information from the config. This fixes problem with failing grokmirror test.
This commit is contained in:
parent
465967d52b
commit
f1068438d2
4 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ function pkgs_cmd {
|
|||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup BasicTest
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
pkgs_cmd 'git config --global user.email "clime@redhat.com"'
|
||||
pkgs_cmd 'git config --global user.name "clime"'
|
||||
pkgs_cmd '/usr/share/dist-git/setup_git_package rpms/prunerepo'
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest BasicTest
|
||||
|
|
|
@ -13,10 +13,10 @@ function pkgs_cmd {
|
|||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup FedpkgTest
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
pkgs_cmd 'git config --global user.email "clime@redhat.com"'
|
||||
pkgs_cmd 'git config --global user.name "clime"'
|
||||
pkgs_cmd '/usr/share/dist-git/setup_git_package rpms/prunerepo'
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest FedpkgTest
|
||||
|
|
|
@ -13,10 +13,10 @@ function pkgs_cmd {
|
|||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup FedpkgTest
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
pkgs_cmd 'git config --global user.email "clime@redhat.com"'
|
||||
pkgs_cmd 'git config --global user.name "clime"'
|
||||
pkgs_cmd '/usr/share/dist-git/setup_git_package rpms/prunerepo'
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest FedpkgTest
|
||||
|
|
|
@ -13,10 +13,10 @@ function pkgs_cmd {
|
|||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup rhpkgTest
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
pkgs_cmd 'git config --global user.email "clime@redhat.com"'
|
||||
pkgs_cmd 'git config --global user.name "clime"'
|
||||
pkgs_cmd '/usr/share/dist-git/setup_git_package rpms/prunerepo'
|
||||
scp -o 'StrictHostKeyChecking no' $SCRIPTDIR/dist-git.conf root@pkgs.example.org:/etc/dist-git/dist-git.conf
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest rhpkgTest
|
||||
|
|
Loading…
Add table
Reference in a new issue