Bug 152305 - [NEW PORT] devel/bzr-pipeline
Summary: [NEW PORT] devel/bzr-pipeline
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 18:30 UTC by Carlo Strub
Modified: 2010-11-18 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.46 KB, text/plain)
2010-11-16 18:30 UTC, Carlo Strub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2010-11-16 18:30:12 UTC
Provides tools for bzr for working with a sequence of branches, treated as pipeline of changes. Pipeline makes it easier to work on a series of changes
instead of lumping them all into one branch. This makes it easier to focus on a
particular change, both for the developer, and for those reviewing their code.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-16 18:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2010-11-17 23:23:19 UTC
State Changed
From-To: open->analyzed

Waiting for feedback from submitter.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-18 14:51:33 UTC
glarkin     2010-11-18 14:51:28 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bzr-pipeline   Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Bazaar pipeline plugin helps you organize your changes into
  sections called "pipes". Pipelines can help you:
  
  * focus on each set of changes as a coherent piece, without being
    distracted by other sets of changes.
  * respect diff size limits when submitting changes
  * avoid reviewer fatigue when submitting changes for code review
  * maintain a set of patches against an upstream branch
  
  WWW: http://wiki.bazaar.canonical.com/BzrPipeline
  
  PR:             ports/152305
  Submitted by:   Carlo Strub <c-s at c-s.li>
  
  Revision  Changes    Path
  1.4126    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/bzr-pipeline/Makefile (new)
  1.1       +2 -0      ports/devel/bzr-pipeline/distinfo (new)
  1.1       +10 -0     ports/devel/bzr-pipeline/pkg-descr (new)
  1.1       +25 -0     ports/devel/bzr-pipeline/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2010-11-18 14:51:46 UTC
State Changed
From-To: analyzed->closed

Committed with changes to pkg-descr, thank you!