Subversion Repositories DevTools

Rev

Rev 7077 | Rev 7079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7077 Rev 7078
Line 2563... Line 2563...
2563
                    
2563
                    
2564
                    //  If this package is to be replaced by a planned package then
2564
                    //  If this package is to be replaced by a planned package then
2565
                    //  insert some of the current packages attributes
2565
                    //  insert some of the current packages attributes
2566
                    //  Otherwise, add the the package to the package collection
2566
                    //  Otherwise, add the the package to the package collection
2567
                    //
2567
                    //
2568
//TODO Sort out this bit of logic                    
-
 
-
 
2568
 
2569
                    Package plannedPackage = findPackage(p.mAlias, packageCollection);
2569
                    Package plannedPackage = findPackage(p.mAlias, packageCollection);
2570
                    if ( plannedPackage == NULL_PACKAGE )
2570
                    if ( plannedPackage == NULL_PACKAGE )
2571
                    {
2571
                    {
2572
                        mLogger.info("queryPackageVersions rset8 no planned package {}", pv_id);
2572
                        mLogger.info("queryPackageVersions rset8 no planned package {}", pv_id);
2573
                        packageCollection.add(p);
2573
                        packageCollection.add(p);