Custom Query (159 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 159)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#35 fixed First build with pb doesn't create the correct tree Bruno Cornec Bruno Cornec
Description

When using pb for the first time on a system without previous pb, the checkout done use the version passed in param. However, you may want to refer to the whole tree instead in pburl. Which may create a problem.

pb should detect that and propose the right thing.

Checking out svn+ssh://svn.project-builder.org/mondo/svn/pb to /home/pb/pb//0.9.4 ... Executing svn co svn+ssh://svn.project-builder.org/mondo/svn/pb /home/pb/pb//0.9.4

Where pburl is

pburl pb = svn+ssh://bryang@svn.project-builder.org/mondo/svn/pb

In that case the co creates twice a 0.9.4 dir in which it exports the content.

#36 fixed distinction for cms2 vs using sandbox as is Bryan Gartner
Description

When doing the cms2 commands, I would have expected the operation to grab the specified version from cms, rather than using my current sandbox of a project. In fact the way it behaves now, it much more implements a sandbox2 or local2 functionality (which itself is useful). However, I'd like both modes to be available, and certainly the cms2 modes to actually refresh what gets built/packaged to match what the specified CMS repository has. And the new sandbox2 or local2 operation to rely on what you have in place (modified or not) to be the source (which is really useful for local and/or offline testing).

#38 fixed debian packages for CVS based projects and (HEAD) versions Bruno Cornec Bryan Gartner
Description

Currently, when a revision is not specified for a CVS based project, PB attempts to use cvs-1 as a versioning string. This is a problem for debian packaging guidelines and the typical tools used resulting is this type of error:

dh_builddeb -v

dpkg-deb --build debian/linuxcoe-sd-docs ..

dpkg-deb - error: (upstream) version (`cvs') doesn't contain any digits dpkg-deb: 1 errors in control file dh_builddeb: command returned error code 512 make: * [binary-arch] Error 1 dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2

I'd suggest we modify this approach to use one similar to the svn behaviour of using a date stamp format (YYYYMMDD), and this also matches what Debian Policy states:

http://www.debian.org/doc/debian-policy/ch-binary.html#s3.2.1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.