This check should prevent unwanted pushing of incorrect
configuration. When a 'git push' command is executed, the git hook
'pre-push' script is activated. Checks available:
1. Is tarball/source file added to the 'sources' file?
2. Are files from 'sources' file uploaded into the lookaside cache?
This check should prevent unwanted pushing of incorrect
configuration. When a 'git push' command is executed, the git hook
'pre-push' script is activated. Checks available:
1. Is tarball/source file added to the 'sources' file?
2. Are files from 'sources' file uploaded into the lookaside cache?
JIRA: RHELCMP-10415
Fixes: https://pagure.io/fedpkg/issue/491
Relates: https://pagure.io/releng/issue/9955
Signed-off-by: Ondrej Nosek onosek@redhat.com