2022-07-06 Installed project commands now pass their arguments to the original real command, instead of suppressing these.
If one installs the net.splitcells.network
as a project repository, arguments to the call of net.splitcells.network.deploy.build.at
are now passed to net.splitcells.network/bin/deploy.build.at
.
2022-06-18: #168: Create command repo.push.at.all
.
2022-05-28: #168: repo.status
now executes ./bin/net.splitcells.osi.repos.peers
in order to find additional sub repos, that are located in the same repo as the current is.
This is a way to support repo nesting with a flat folder structure.
2022-05-06
repo.process
now shows the repo path, where the error occur.
- Fixed quoting issues of echo's arguments in
command.repositories.install
.
2022-04-17 repo.synchronize.with
executes repo.is.clean
after repo.repair
,
in order to avoid errors caused by missing sub repos.
2022-03-27 Create ssh.upload.file.py
in order to more easily upload
files to new remote servers.
2022-02-25 #158 Do not change the PATH during the installation of OS state interface:
command.repositories.install.sh
now does not call command.managed.environment.configure.sh
and therefore does not edit ~/.bashrc
.
This avoids unexpected changes to the user configs.
The command command.repositories.setup.sh
was created,
which is the original version of command.repositories.install.sh
.
This way there is still a command,
that installs the OSSI project with full functionality.