1
0
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:
2009-04-22 11:37:40 +00:00
parent b7e491d7bd
commit 0c3d982ecc
2 changed files with 4 additions and 0 deletions

View File

@@ -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))