- Add README file to inform that this repository has been discontinued
- Remove all files but .git/* and .gitreview, to avoid having matches
in grep, find and similar tools in systems where this repo was
checked out
Change-Id: I1bd6b94854e71a0541b18634af4c87882c5948d6
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Update debian/.gitignore file.
Change-Id: I37a868e0dc604ae616a12321e590b786928e7511
From now we have npmlazy cache available so let's use it wherever
possible. Exact dependencies versions must be controlled via
npm-shrinkwrap.json file otherwise we have no guarantee each time
package is build with the same dependencies tree.
Change-Id: I9731921ef9ea263cd73d3a3a469926f613d7cc9f
Also removed garbage from previous errors messages and
updated one of sample to prevent errors on IPv6
Change-Id: I7db7c0873626b5970d586b41649bd4a6dc9d4063
Created four initial dashboards:
NGCP Summary - shows general info about system
NGCP VoIP - shows SIP details
NGCP Errors - shows errors and warnings only
NGCP Search - helps users start searching using Kibana
Change-Id: I96065d6c71a7ec8f750625b0e4a7e136beb7e49c
This makes sure that we can use 'quilt push' as usual without
breaking it because .gitreview exists already.
Change-Id: Iea82dc8b0d9ae4908ffa3bf4350ffdd3934b1ff5
Otherwise we're failing with:
| dpkg-source -i -I --unapply-patches --before-build source
| dpkg-buildpackage: warning: building a source package without cleaning up as you asked; it might contain undesired files
| dpkg-source -i -I --unapply-patches -b source
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building kibana using existing ./kibana_3.1.0.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
| source/.gitreview
| dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/kibana_3.1.0-1+0~20140917184804.7+wheezy~1.gbp01e89d.diff.4I3dpF
| dpkg-source: info: you can integrate the local changes with dpkg-source --commit
| dpkg-buildpackage: error: dpkg-source -i -I --unapply-patches -b source gave error exit status 2
Change-Id: I44b9807fb419efccbf693da11af9a27744278768