>>>>> "RWMJ" == Richard W M Jones <rjo...@redhat.com> writes:

RWMJ> Is there any essential difference between 'fedpkg push' and plain
RWMJ> 'git push'?

    def push(self):
        """Push changes to the main repository"""

        cmd = ['git', 'push']
        _run_command(cmd)
        return

So looks like no.

 - J<
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to