[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: tiket #86



Hello Toshio.
It is channges for the pkgdb-client what I did if I understood You right:


200c200,203
<                 pkgdb.clone_branch(package, branch, options.masterBranch)
---
> 		if options.masterBranch:
> 	        	pkgdb.clone_branch(package, branch, options.masterBranch)
> 		else:
> 			pkgdb.clone_branch(package, branch, 'devel')

-Dmitry
200c200,203
<                 pkgdb.clone_branch(package, branch, options.masterBranch)
---
> 		if options.masterBranch:
> 	        	pkgdb.clone_branch(package, branch, options.masterBranch)
> 		else:
> 			pkgdb.clone_branch(package, branch, 'devel')

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]