mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removed clone_repository variable from defaults. Now if it's not found we will assume it's true. In the cgrates building task we are not forcibly sourcing the /etc/profile script anymore since it's redundant (we are using bash -lc to execute the script, where -l will do that automatically). Make sure we create symbolic links for all binaries we build (not just cgr-engine). This meant the migrator task environment field could be removed as well.