You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository exists solely to orchestrate bleeding-edge MODFLOW 6 development version releases independently of the [main MODFLOW 6 repository](https://github.com/MODFLOW-USGS/modflow6). It contains no source code or scripts, only GitHub Actions workflows and a `requirements.txt` file specifying Python dependencies. All scripts related to MODFLOW 6 distribution/release are contained in the `distribution` folder in the MODFLOW 6 repository.
3
+
This repository exists solely to orchestrate bleeding-edge MODFLOW 6 development version releases independently of the [main MODFLOW 6 repository](https://github.com/MODFLOW-ORG/modflow6). It contains no source code or scripts, only GitHub Actions workflows and a `requirements.txt` file specifying Python dependencies. All scripts related to MODFLOW 6 distribution/release are contained in the `distribution` folder in the MODFLOW 6 repository.
4
4
5
5
## Workflows
6
6
@@ -11,8 +11,8 @@ This repository contains two workflows:
11
11
12
12
### Development distribution
13
13
14
-
The `dev.yml` workflow builds a minimal development distribution of MODFLOW 6 and posts it on this repository's [releases page](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases). Assets include only binaries and the MODFLOW 6 input/output PDF documentation. This workflow is triggered each night, as well as whenever new code is merged into the MODFLOW 6 repo's `develop` branch. If a release already exists for a given date, assets are updated on the existing release. Binaries from the same date can be distinguished by compile timestamps emitted in the header info block at runtime.
14
+
The `dev.yml` workflow builds a minimal development distribution of MODFLOW 6 and posts it on this repository's [releases page](https://github.com/MODFLOW-ORG/modflow6-nightly-build/releases). Assets include only binaries and the MODFLOW 6 input/output PDF documentation. This workflow is triggered each night, as well as whenever new code is merged into the MODFLOW 6 repo's `develop` branch. If a release already exists for a given date, assets are updated on the existing release. Binaries from the same date can be distinguished by compile timestamps emitted in the header info block at runtime.
15
15
16
16
### Full distribution test
17
17
18
-
Each night, the `full.yml` workflow tests the full, official MODFLOW 6 release procedure and posts the created distribution as an artifact. This distribution is identical to that produced in a [real release](https://github.com/MODFLOW-USGS/modflow6/blob/develop/distribution/README.md), with the exception of version numbers. This permits regular inspection of the distribution, allowing more confidence at release time.
18
+
Each night, the `full.yml` workflow tests the full, official MODFLOW 6 release procedure and posts the created distribution as an artifact. This distribution is identical to that produced in a [real release](https://github.com/MODFLOW-ORG/modflow6/blob/develop/distribution/README.md), with the exception of version numbers. This permits regular inspection of the distribution, allowing more confidence at release time.
[](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/workflows/full-dist-test.yml)
[](https://github.com/MODFLOW-ORG/modflow6-nightly-build/actions/workflows/full-dist-test.yml)
8
8
9
-
The `develop` branch of the [MODFLOW 6 repository](https://github.com/MODFLOW-USGS/modflow6) contains bug fixes and new functionality that may be incorporated into the next [approved MODFLOW 6 release](https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model). Minimal development distributions are posted regularly to [nightly build repository](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases/latest)— these should be considered preliminary, provisional release candidates for the next version of MODFLOW 6.
9
+
The `develop` branch of the [MODFLOW 6 repository](https://github.com/MODFLOW-ORG/modflow6) contains bug fixes and new functionality that may be incorporated into the next [approved MODFLOW 6 release](https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model). Minimal development distributions are posted regularly to [nightly build repository](https://github.com/MODFLOW-ORG/modflow6-nightly-build/releases/latest)— these should be considered preliminary, provisional release candidates for the next version of MODFLOW 6.
10
10
11
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
12
12
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -22,13 +22,13 @@ The `develop` branch of the [MODFLOW 6 repository](https://github.com/MODFLOW-US
22
22
23
23
## Distribution contents
24
24
25
-
The nightly builds are available as operating-system specific [distributions](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases/latest) including binaries, MODFLOW 6 input/output documentation, development notes, and a `code.json` metadata file.
25
+
The nightly builds are available as operating-system specific [distributions](https://github.com/MODFLOW-ORG/modflow6-nightly-build/releases/latest) including binaries, MODFLOW 6 input/output documentation, development notes, and a `code.json` metadata file.
26
26
27
27
### Binaries
28
28
29
29
The binaries are built in develop mode.
30
30
31
-
Linux binaries built on Ubuntu 22.04 may encounter `libc`-related backwards-incompatibilities on earlier versions of Ubuntu or other Linux distributions. This distribution, the main MODFLOW 6 distribution, and the [`MODFLOW-USGS/executables`](https://github.com/MODFLOW-USGS/executables/releases) distribution are built on Ubuntu 20.04 for broader compatibility.
31
+
Linux binaries built on Ubuntu 22.04 may encounter `libc`-related backwards-incompatibilities on earlier versions of Ubuntu or other Linux distributions. This distribution, the main MODFLOW 6 distribution, and the [`MODFLOW-ORG/executables`](https://github.com/MODFLOW-ORG/executables/releases) distribution are built on Ubuntu 20.04 for broader compatibility.
32
32
33
33
### Documentation
34
34
@@ -40,7 +40,7 @@ Release tags are based on the date, with format `YYYYMMDD`. Nightly builds are r
40
40
41
41
## Reporting issues
42
42
43
-
Any issues with the nightly build should be posted on the main [MODFLOW 6 GitHub repo](https://github.com/MODFLOW-USGS/modflow6) and flagged with the [nightly build](https://github.com/MODFLOW-USGS/modflow6/labels/nightly%20build) label.
43
+
Any issues with the nightly build should be posted on the main [MODFLOW 6 GitHub repo](https://github.com/MODFLOW-ORG/modflow6) and flagged with the [nightly build](https://github.com/MODFLOW-ORG/modflow6/labels/nightly%20build) label.
0 commit comments