Coder Social home page Coder Social logo

bugzilla-freebsd's Introduction

bugzilla-freebsd

bugzilla client for freebsd repos.

I use this after submitting an phabricator request.

to install run "setup.sh"

Workflow is basically submitting a patch to phabricator using git and then using this tool to open a corresponding PR.

Please be careful to make sure that the '--name' argument actually matches the port's category and directory EXACTLY otherwise it will not work.

Warning... FreeBSD's SSL is broken: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189811 so we have nuetered ssl in this program until the issue is resolved.

Workflow looks like:


cd /usr/ports
/usr/ports % git checkout py-websocket-client # my port
/usr/ports % arc diff `git merge-base origin/master HEAD`
# ignore the lack of reviewers, something isn't right here.
....
    You have not specified any reviewers. Continue anyway? [y/N] y

Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Created a new Differential revision:
        Revision URI: https://reviews.freebsd.org/D1171

Included changes:
  A       www/py-websocket-client/Makefile
  A       www/py-websocket-client/distinfo
  A       www/py-websocket-client/pkg-descr
/usr/ports % bugzilla-fbsd newport --name www/py-websocket-client --fabid D1171
Making sure fabric request exists...
['/usr/local/bin/bugzilla', '--bugzilla', 'https://bugs.freebsd.org/bugzilla/xmlrpc.cgi', '--nosslverify', '-s', 'new port: www/py-websocket-client', '-l', 'new port for www/py-websocket-client is available in phabricator at https://reviews.freebsd.org/D1171', '--url', 'https://reviews.freebsd.org/D1171']
/usr/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
  InsecureRequestWarning)
#195032 Needs Triage - [email protected] - new port: www/py-websocket-client

bugzilla-freebsd's People

Contributors

splbio avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bugzilla-freebsd's Issues

/usr/ports permission denied

Could you please describe reasons for which I get the error after direct execution your workflow:

cd /usr/ports
/usr/ports % git checkout py-websocket-client # my port

Does git need some extra setup, except just installing via pkg ins git ?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.