- 07 Jul, 2022 34 commits
-
-
Ophélie Gagnard authored
TODO.txt: Update. build-scripts/clean_build_tree.sh: Fix failure when $RUN_BUILDOUT_DIR/go did not exist. build-scripts/bootstrap_buildout.sh: Fix a bug in the backup mechanism. templates/: - Fix mca/Makefile.in - Change debian_defaults/dirs.in to fit the mca case.
-
Ophélie Gagnard authored
templates/compilation-templates/mca/Makefile.in: Support fluentbit-plugin-wendelin as a separate tarball.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
build-scripts/bootstrap_buildout.sh: Add a backup of the build tree right after the local buildout run.
-
Ophélie Gagnard authored
Change from SOFTWARE_NAME macro to SOFTWARE_AND_VERSION in dirs.in. Add SOFTWARE_AND_VERSION to NAME_REFEX in build-scripts/configuration-information.sh.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Warning: General targets tested with lunzip. Reversibility with clean_* untested. templates/: Split into compilation templates and distribution files templates. distribution-specifics/: - Remove mca, lunzip and fluent-bit files: they should be generated the same way. - Add examples files. build-scripts/: - Add some variables. - Add a script for the distribution files. Makefile: - Add a stage for distribution files. - Add a build target: no distrib files generation, no obs.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
build-scripts/: Backup bin/buildout and restore it so that it is not "rebootstraped" when sent to OBS.
-
Ophélie Gagnard authored
- Fix a bug. Add DESTDIR in Makefile. - Change a variable name. - Add debugs with ls distribution-spefcifics/lunzip/debian/dirs: Fix (add / at the beginning)
-
Ophélie Gagnard authored
- Tweak some lines. - Warning: switch to mca distribution-specifics/mca/: Tweak some files.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
build-scripts/configuration-information.sh: Switch version to 1. Warning: switch to fluent-bit distribution-specifics/: Change version from 0-1 to 1-1 (Debian standard doesn't use 0?).
-
Ophélie Gagnard authored
build-scripts/configuration_information.sh: Warning: Switch to mca. TODO.txt: Update.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
- Update the debian/dirs files. - Change the version and add the version in the name or field where required.
-
Ophélie Gagnard authored
templates/*: Improve the templates system: It is no longer needed to modify the templates to build another SR. templates/Makefile.in: Improve the target management. build-scripts/*: Add new variables and improve the genericization.
-
Ophélie Gagnard authored
build-scripts/*: Simplify the scripts and add a variable for the path of the current tarball. build-scripts/obs.sh: Delete .install.cfg in the directory where builtout is run.
-
Ophélie Gagnard authored
- Fix a bug: Transform templates/Makefile in an actual template Makefile.in leaving less room for path inconsistencies. - Fix a bug. Remove tmp-networkcached-related commands. templates/buildout*.in: - Fix a bug: Add the extends-cache and download-cache variables. build-scripts/template_stage.sh: Add support for the new templates/Makefile.in
-
Ophélie Gagnard authored
build-scripts/obs.sh: Fix a bug. Save the path of the local BUILD_DIRECTORY so that it can be replaced in the relevant files by the right path in OBS' VM. dependencies.txt: Add a dependency.
-
Ophélie Gagnard authored
- README.md: Improve the advice for installing osc - Add dependencies.txt which lists the dependencies required by the project.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
Previously: lunzip. TODO: Make this process more intuitive and/or document it.
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
- Remove the top-level Makefile of the archive. - Rename directories. - Send directly tarballs/$SOFTWARE. - Build from tarballs/$SOFTWARE/Makefile. - Rename variables for clarity. - Add obs.sh and clean_obs.sh.
-
Ophélie Gagnard authored
- remove template/networkcached.cfg.in - remove the networkcached support from build_tree.sh and clean_build_tree.sh - remove the networkcached support from template_stage.sh bootstrap_buildout.sh - remove cache_creation.sh and clean_cache_creation.sh
-
Ophélie Gagnard authored
-
Ophélie Gagnard authored
The scripts do everything until the first run of buildout (actual run, not just bootstraping).
-
- 11 Feb, 2022 1 commit
-
-
Julien Muchembled authored
-
- 07 Feb, 2022 2 commits
-
-
Levin Zimmermann authored
Previously it only worked with Debian 10. This commit reflects the removal of the apt package 'python-pip' in Debian 11 and the change of the i2c bus number.
-
Levin Zimmermann authored
There were still two issues which are solved with this commit: 1. Previously the firewall prevented the installation of Fluentd (because no connection via http/https was possible). 2. Previously the sensor couldn't send data to the IoT gateway ( the opened port wasn't sufficient).
-
- 11 Jan, 2022 3 commits
-
-
Levin Zimmermann authored
When importing the slapos playbook after running re6stnet-install role, the user defined computer_name will be ignored and will be overridden by 'set_facts', line 16 in re6stnet-install/tasks/main.yml. Therefore the slapos install role is directly called (instead of importing the playbook) which seems to solve the issue.
-
Levin Zimmermann authored
-
Levin Zimmermann authored
(due to activated firewall)
-