Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISIS3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
ISIS3
Commits
22bd1097
Commit
22bd1097
authored
9 months ago
by
Christine Kim
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Update docs"
This reverts commit
1fa73a8b
.
parent
1fa73a8b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
code.json
+7
-7
7 additions, 7 deletions
code.json
isis/CMakeLists.txt
+1
-1
1 addition, 1 deletion
isis/CMakeLists.txt
recipe/meta.yaml
+1
-1
1 addition, 1 deletion
recipe/meta.yaml
with
9 additions
and
9 deletions
code.json
+
7
−
7
View file @
22bd1097
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
"name"
:
"ISIS3"
,
"name"
:
"ISIS3"
,
"organization"
:
"U.S. Geological Survey"
,
"organization"
:
"U.S. Geological Survey"
,
"description"
:
"GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)"
,
"description"
:
"GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)"
,
"version"
:
"8.3.0"
,
"version"
:
"8.3.0
_RC1
"
,
"status"
:
"Production"
,
"status"
:
"Production"
,
"permissions"
:
{
"permissions"
:
{
...
@@ -99,14 +99,14 @@
...
@@ -99,14 +99,14 @@
"licenses"
:
[
"licenses"
:
[
{
{
"name"
:
"Public Domain, CC0-1.0"
,
"name"
:
"Public Domain, CC0-1.0"
,
"URL"
:
"https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
"URL"
:
"https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0
_RC1
/LICENSE.md"
}
}
]
]
},
},
"homepageURL"
:
"https://isis.astrogeology.usgs.gov"
,
"homepageURL"
:
"https://isis.astrogeology.usgs.gov"
,
"downloadURL"
:
"https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip"
,
"downloadURL"
:
"https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0
_RC1
/8.3.0
_RC1
.zip"
,
"disclaimerURL"
:
"https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md"
,
"disclaimerURL"
:
"https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0
_RC1
/DISCLAIMER.md"
,
"repositoryURL"
:
"https://code.usgs.gov/astrogeology/isis.git"
,
"repositoryURL"
:
"https://code.usgs.gov/astrogeology/isis.git"
,
"vcs"
:
"git"
,
"vcs"
:
"git"
,
...
@@ -124,12 +124,12 @@
...
@@ -124,12 +124,12 @@
],
],
"contact"
:
{
"contact"
:
{
"name"
:
"
Christin
e"
,
"name"
:
"
Adam Paquett
e"
,
"email"
:
"
chkim
@usgs.gov"
"email"
:
"
acpaquette
@usgs.gov"
},
},
"date"
:
{
"date"
:
{
"metadataLastUpdated"
:
"2024-0
9-30
"
"metadataLastUpdated"
:
"2024-0
8-16
"
}
}
}
}
]
]
This diff is collapsed.
Click to expand it.
isis/CMakeLists.txt
+
1
−
1
View file @
22bd1097
...
@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
...
@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
# Other release information
# Other release information
string
(
TIMESTAMP VERSION_DATE
"%Y-%m-%d"
UTC
)
string
(
TIMESTAMP VERSION_DATE
"%Y-%m-%d"
UTC
)
set
(
RELEASE_STAGE
"
stable
"
)
# (alpha, beta, stable)
set
(
RELEASE_STAGE
"
beta
"
)
# (alpha, beta, stable)
# Define to the address where bug reports for this package should be sent.
# Define to the address where bug reports for this package should be sent.
set
(
PACKAGE_BUGREPORT
"https://github.com/USGS-Astrogeology/ISIS3/issues"
)
set
(
PACKAGE_BUGREPORT
"https://github.com/USGS-Astrogeology/ISIS3/issues"
)
...
...
This diff is collapsed.
Click to expand it.
recipe/meta.yaml
+
1
−
1
View file @
22bd1097
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
package
:
package
:
name
:
isis
name
:
isis
version
:
{{
version
}}
.0
version
:
{{
version
}}
.0
_RC1
source
:
source
:
git_url
:
'
https://github.com/DOI-USGS/ISIS3.git'
git_url
:
'
https://github.com/DOI-USGS/ISIS3.git'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment