Skip to content

bower repository for built buildbot-data (dont contribute here! contribute in main buildbot repo)

License

Notifications You must be signed in to change notification settings

isabella232/buildbot-data-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildbot data module

Buildbot data module is an AngularJS module for Buildbot nine clients.

Installation

$ bower install buildbot-data

Adding dependency to your project

angular.module('myModule', ['bbData']);

Building

$ npm install
$ gulp

Running tests

$ npm install
$ karma start

How to test within buildbot/www/base ?

  • run gulp prod in base (dependencies are installed)
  • run gulp prod in data_module
  • create symlink from www/data_module/dist to www/base/libs/buildbot-data/dist
  • run gulp dev proxy in base
  • run gulp dev in data_module

How to publish the results (for buildbot maintainers) ?

$ vi guanlecoja/config.coffee   # bump the version manually
$ gulp publish

This will commit and publish a new tag in the bower repository, with the content of your working directory

About

bower repository for built buildbot-data (dont contribute here! contribute in main buildbot repo)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published