summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated usageMagnus Feuer2016-02-251-2/+1
|
* Renamed right_to_register to right_to_receiveMagnus Feuer2016-02-252-12/+12
|
* Merge remote-tracking branch 'origin/uw-no_bt_in_default' into uw-0_5_0Ulf Wiger2016-02-242-43/+95
|\
| * fix fqn() to also work for prefixUlf Wiger2016-02-131-3/+35
| |
| * Adapt test suite to new scripts, scripts more flexible, bt not defaultUlf Wiger2016-02-122-42/+62
| | | | | | | | | | | | | | - rvi_install & rvi_ctl adapted so they can be run from different directories - ensure that RVI_LOGDIR is respected consistently - RVI_RUNDIR allows for specifying where the boot scripts are stored - bt apps excluded by default, can be put back in through config if needed
* | Cleaned up SysVInit init and systemd service filesRudolf J Streif2016-02-155-247/+0
|/ | | | | | | | | | | | | | | | | | Removed the SysVInit init and system service files from the scripts subdirectory and added them to the packaging templates. Debian (and therefore also Ubuntu packaging) expect the init and service files in the packaging subdirectory from there debuild will pick them up automatically. Also adjusted the rules files in debian_template and ubuntu_template to remove the explicit copy of the init file. Added yocto_template to hold the init/service files for Yocto Project builds. Now all SysVInit init scripts and systemd service files are maintained with their respective OS template which makes things more transparent and compliant with the respective OS packaging rules. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
* First stab at systemd integration into debian buildMagnus Feuer2016-02-051-19/+0
|
* First stab at debian buildMagnus Feuer2016-02-011-0/+70
|
* Updated devrun to exit on usag errorMagnus Feuer2016-01-301-0/+1
|
* Not really working. But getting closeMagnus Feuer2016-01-301-4/+3
|
* Deleted obsolete filesMagnus Feuer2016-01-301-192/+0
|
* Added development tree runMagnus Feuer2016-01-301-0/+98
|
* Renamed rvi_ctl.templateMagnus Feuer2016-01-301-141/+0
|
* Now operates on template rvi_ctl fileMagnus Feuer2016-01-302-2/+144
|
* Now installs and brings up a systemMagnus Feuer2016-01-302-44/+134
|
* Documented new usageMagnus Feuer2016-01-291-30/+108
|
* Deleted old files not used anymoreMagnus Feuer2016-01-273-493/+0
|
* TempMagnus Feuer2016-01-242-88/+151
|
* Now does basic install with make installMagnus Feuer2016-01-241-54/+24
|
* Merge remote-tracking branch 'upstream/develop' into mfeuer-0.5.0_ubuntu_buildMagnus Feuer2016-01-201-9/+8
|\
| * use 128 IO threadsUlf Wiger2016-01-131-9/+8
| |
* | Bumped versionMagnus Feuer2016-01-201-5/+5
| |
* | First stab at 0.5.0 ubuntu buildMagnus Feuer2015-12-146-101/+344
|/
* Merge pull request #64 from uwiger/uw-new_key_scriptsMagnus Feuer2015-12-142-60/+285
|\ | | | | Bug fixes based on OTP 18.1 support and new certificate scripts
| * Renamed sources to right_to_register.Magnus Feuer2015-11-281-2/+2
| | | | | | | | | | Renamed destinations to right_to_invoke. Both in credentials JSON structs.
| * Changed naming and documentationMagnus Feuer2015-11-281-2/+3
| |
| * First stab at new credentials generation based on x.509 device and root ↵Magnus Feuer2015-11-283-262/+77
| | | | | | | | | | | | certificates. Check doc/rvi_protocol.md for details on certificate management.
* | Renamed rvi_create_certificate.py -> rvi_create_certificate_key.sh and ↵Anson Fan2015-11-302-0/+0
|/ | | | rvi_create_device_key.py -> rvi_create_device_key.sh to allow for sudo make install to properly install
* Since rvi.sh now changes dir to the directory where rvi.sh itself resides, ↵Magnus Feuer2015-11-221-0/+5
| | | | we need to ensure that all arguments to the erlang system are absolute paths.
* Generated file removedMagnus Feuer2015-11-221-0/+0
|
* mfeuer-new_scripts: Merged and modified release-0.4.0-yocto_makefileMagnus Feuer2015-11-224-12/+25
|
* Renamed rvi rvi_core.Magnus Feuer2015-11-221-8/+23
| | | | | Created a scripts subdirectory in target which hosts setup_gen, nodetool, and crypto scripts. More to be added. Added priv dir to target which contains default keys and credentials, sample config files and test config files (not currently used outside dev environment)
* Added cookie and short name arguments.Magnus Feuer2015-11-221-9/+17
| | | | | Now refers to rvi_core instead of rvi Moved nodetool and setup_getn to their correct scripts subdirectory under their install directory.
* Merge branch 'release-0.4.0-yocto_makefile'Magnus Feuer2015-11-221-2/+2
|\
| * Debugged.Magnus Feuer2015-11-221-2/+2
| |
* | Merge branch 'release-0.4.0-yocto_makefile'Magnus Feuer2015-11-221-3/+2
|\ \ | |/
| * Set new default config dir to /etc/opt/rviMagnus Feuer2015-11-221-3/+2
| |
* | Merged from release-0.4.0-yocto_makefileMagnus Feuer2015-11-226-174/+340
|\ \ | |/
| * Renamed rvi.service rvi.service.tizen for Tizen-specific systemd ↵Magnus Feuer2015-11-221-0/+19
| | | | | | | | integration. More work probably needed
| * Now uses default configuration file if not specifiedMagnus Feuer2015-11-221-8/+25
| |
| * Fixed usage documentationMagnus Feuer2015-11-221-7/+5
| |
| * Fixed typoMagnus Feuer2015-11-211-1/+1
| |
| * First stab at yocto serviceMagnus Feuer2015-11-211-0/+18
| |
| * New install script that copies only app files, beam files, and a few scrits ↵Magnus Feuer2015-11-211-0/+75
| | | | | | | | | | | | to target directory. Uses separately installed erlang to execute
| * Now supports installs created by rvi_install. Supports start, stop, console, ↵Magnus Feuer2015-11-211-20/+65
| | | | | | | | | | | | | | and attach. Will parse provided config file and store the processed result in -d directory (default is the home directory of rvi.sh /config). Supports separate log directory with -t. Default /tmp/rvi/config_file_name
| * Replaced by rvi_installMagnus Feuer2015-11-211-130/+0
| |
| * Fixed symlink reference to /etc/opt/rvi.Magnus Feuer2015-11-201-4/+4
| | | | | | | | Fixed incorrect directory reference when launching erlang rvi
| * Recreated lost rvi.shMagnus Feuer2015-11-191-41/+40
| |
| * rvi_start.sh renamed rvi.sh.Magnus Feuer2015-11-182-48/+107
| | | | | | | | | | Now accepts start|stop|console. Can now be run from any directory
| * Added missing files.Magnus Feuer2015-11-181-0/+71
| |