Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't copy transport to multiple systems in the same transport domain #34

Closed
Hologos opened this issue Nov 21, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Hologos
Copy link
Owner

Hologos commented Nov 21, 2019

Copying transport to multiple systems in the same transport domain leads to errors and to files being overwritten.

@Hologos Hologos added the bug Something isn't working label Nov 21, 2019
@Hologos Hologos added this to the v1.0 milestone Nov 21, 2019
@Hologos Hologos self-assigned this Nov 21, 2019
Hologos added a commit that referenced this issue Nov 23, 2019
Hologos added a commit that referenced this issue Nov 23, 2019
* bugfix/overwritting-transport-files:
  Prevents concurent copying of transport files to multiple system from the same transport domain (fixes #24, fixes #34).
  Prevents copying transport files within transport domain (fixes #33, fixes #34).
  Caches transport domains of transports source systems.
Hologos added a commit that referenced this issue Nov 23, 2019
* dev: (26 commits)
  Removes log message when copying of transport files to selected system was sucessful.
  Prevents concurent copying of transport files to multiple system from the same transport domain (fixes #24, fixes #34).
  Prevents copying transport files within transport domain (fixes #33, fixes #34).
  Caches transport domains of transports source systems.
  Adds debug log message to saptransport::cache_transport_domains().
  Refactors interface of saptransport::cache_transport_domains().
  Fixes some comments in libs/saptransport.
  Changes error code C -> E for those cases, that don't lead to termination of the program.
  Removes sg_name and sg_role variables (fixes #38).
  Adds function saptransport::read_status() and uses it.
  Stores domain controller SID to a variable.
  Refactors interface of saptransport::__make_sids_unique().
  Fixes duplicate caching of domain controller (fixes #41).
  Loads whole transport domains map in single thread to prevent multiple partial maps (fixes #15).
  Uses variable cache_filepath saptransport::__cache_transport_domain().
  Removes caching transport domains from saptransport::__run_action_on_system().
  Caches transport domain for domain controller.
  Logs discovered transport domain.
  Caches transport domains in advance instead of on-demand approach (fixes #36).
  Changes interface of saptransport::__cache_transport_domain().
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant