mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
use "latest" revision on checkout, not "upload" (#441783)
This commit is contained in:
@@ -2415,6 +2415,9 @@ def checkout_package(apiurl, project, package,
|
||||
if not prj_dir:
|
||||
prj_dir = olddir
|
||||
|
||||
if not revision:
|
||||
revision = "latest"
|
||||
|
||||
if not pathname:
|
||||
pathname = getTransActPath(os.path.join(prj_dir, package))
|
||||
|
||||
|
Reference in New Issue
Block a user