Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
https://bitbucket.alma.cl/scm/asw/acs.git

You would simply need to simply cloning clone this repository:

Code Block
languagebash
git clone https://bitbucket.alma.cl/scm/asw/acs.git

...

The old branching convention was focused on how ALMA handles its releases, this is using the following convention: release/ONLINE-YYYYMMM-B and release/OFFLINE-YYYYMMM-B. There are ONLINE releases for every odd month, which includes the verified and validated version of ACS corresponding to the previous month. That is, for example, release/ONLINE-2020MAR bring brings the 2020FEB ACS release.

The OFFLINE releases are present for every month with the exception of JAN and SEP (This is due to internal ALMA milestones), which includes the ACS version of the same or previous month. That is, if it is an even release, the ACS provided is from the same month and if it's an odd release, then the ACS provided is from the previous month.

...