Bzr plugin to incrementally upload changes to a dumb server. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Waiting for feedback.
glarkin 2010-12-20 22:37:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bzr-upload Makefile distinfo pkg-descr pkg-plist Log: Web sites are often hosted on servers where bzr can't be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes in your working tree since the last upload using ftp or sftp protocols. WWW: http://wiki.bazaar.canonical.com/BazaarUploadForWebDev PR: ports/153013 Submitted by: Carlo Strub <c-s at c-s.li> Revision Changes Path 1.4177 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/bzr-upload/Makefile (new) 1.1 +2 -0 ports/devel/bzr-upload/distinfo (new) 1.1 +9 -0 ports/devel/bzr-upload/pkg-descr (new) 1.1 +19 -0 ports/devel/bzr-upload/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"
State Changed From-To: analyzed->closed Committed, thank you!