1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

20 commits

Author SHA1 Message Date
3206f918c1 reworked Makefiles 2017-06-28 15:05:31 +02:00
03012d06b7 docker: don't use $(PWD) to get path of Git repo (#96) 2017-06-17 00:59:29 +02:00
594b37b59b add missing RPM build dependencies 2017-06-15 13:58:41 +02:00
705916b7a0 add RPM signing 2017-06-13 15:13:54 +00:00
246a4a98fb zeromq: added zmq-keygen as a new tool 2017-05-23 15:20:38 +02:00
f433743173 nanomsg: added new messaging node-type 2017-05-23 14:54:25 +02:00
e2ec8fdd17 fix GitLab CI 2017-05-14 10:33:17 +02:00
392a286219 docker: remove obsolete -f option from docker tag 2017-05-05 16:19:51 +02:00
3ccbfea489 fix make target: rpm-libxil 2017-05-04 19:36:13 +02:00
341c05bc3d fix GitLab CI 2017-05-01 16:57:30 +02:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
882d4b57b8 fixed packaging and deployment 2017-04-27 10:05:26 +02:00
358e3b825d fix packaging Makefile 2017-04-07 17:48:40 +02:00
1056ad3b4e include branch and variant into .tar.gz filename 2017-04-06 20:30:07 +02:00
3daf7cfec2 renamed Docker image to ‚villas-node‘ (#79) 2017-04-06 20:29:43 +02:00
ef2e958aff removed unnecessary parameter from ‚docker run‘
—privileged already includes all capabilities
2017-04-02 04:57:36 +02:00
37498fc64d fix GitLab CI 2017-04-02 02:14:33 +02:00
298d1162e6 increase limit of locked memory automatically during initlialization 2017-04-02 00:14:17 +02:00
1b987ad95c include Git branch into RPM package release info 2017-04-01 23:43:46 +02:00
dbc1530727 Overhaul of build and packaging system:
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets
- Upload new RPM packages to the repository with the ‚deploy‘ make target
- Build a developer Docker image with the `docker-dev` target
- Run the developer image with the `run-docker-dev` target
- Build a production Docker image with the `docker` target
  This requires that all RPM packages have been build previously!
- Use hard-coded default paths where applicable
- Updated index website
- Added some usage information and hints

Documentation of the new system is still outstanding
2017-03-29 04:04:20 +02:00