-
- Downloads
Created scripts to automatize the package creation process
The following scripts were added:
- build-agent-files: script to compile the sources from the git and create
a tree with all necessary files to agent work.
- create-integrity-system: script to create backup and md5sum from agent
files to a better integrity.
- build-update-package: script to create a .run package to be used with
the auto-update feature.
- build-install-package: script to create a package to be installed from
the portal.
The following bootstraps were added:
- bootstrap-install: the script to prepare the environment for the package
- bootstrap-update: critical script to update a package installation
In a near future the README will contain details on how to use those
scripts.
Signed-off-by:
Vinicius Ruoso <vkr07@c3sl.ufpr.br>
Showing
- bootstraps/bootstrap-install 69 additions, 0 deletionsbootstraps/bootstrap-install
- bootstraps/bootstrap-update 141 additions, 0 deletionsbootstraps/bootstrap-update
- build-agent-files 175 additions, 0 deletionsbuild-agent-files
- build-install-package 120 additions, 0 deletionsbuild-install-package
- build-update-package 85 additions, 0 deletionsbuild-update-package
- buildpackage.conf 8 additions, 0 deletionsbuildpackage.conf
- create-integrity-system 83 additions, 0 deletionscreate-integrity-system
bootstraps/bootstrap-install
0 → 100644
bootstraps/bootstrap-update
0 → 100644
build-agent-files
0 → 100755
build-install-package
0 → 100755
build-update-package
0 → 100755
buildpackage.conf
0 → 100644
create-integrity-system
0 → 100755
Please register or sign in to comment