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

Add repository information to cabal packages. Refs #148. #192

Merged
merged 18 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
fdff339
ogma-extra: Add repository information to cabal package. Refs #148.
ivanperez-keera Dec 24, 2024
acc3630
ogma-spec: Add repository information to cabal package. Refs #148.
ivanperez-keera Dec 24, 2024
98030e4
ogma-language-c: Add repository information to cabal package. Refs #148.
ivanperez-keera Dec 24, 2024
37d48c5
ogma-language-cocospec: Add repository information to cabal package. …
ivanperez-keera Dec 24, 2024
9eff141
ogma-language-copilot: Add repository information to cabal package. R…
ivanperez-keera Dec 24, 2024
18344f4
ogma-language-jsonspec: Add repository information to cabal package. …
ivanperez-keera Dec 24, 2024
7ba95c5
ogma-language-smv: Add repository information to cabal package. Refs …
ivanperez-keera Dec 24, 2024
a79360c
ogma-core: Add repository information to cabal package. Refs #148.
ivanperez-keera Dec 24, 2024
6dcfaaf
ogma-cli: Add repository information to cabal package. Refs #148.
ivanperez-keera Dec 24, 2024
a5c55f8
ogma-extra: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
8e1bc95
ogma-spec: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
a455b1d
ogma-language-c: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
12382ca
ogma-language-cocospec: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
3a27366
ogma-language-copilot: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
bd94617
ogma-language-jsonspec: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
fd0e051
ogma-language-smv: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
204eeee
ogma-core: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
0edf304
ogma-cli: Document changes in CHANGELOG. Refs #148.
ivanperez-keera Dec 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ogma-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Revision history for ogma-cli

## [1.X.Y] - 2024-12-23
## [1.X.Y] - 2024-12-24

* Update contribution guidelines (#161).
* Provide ability to customize template in fprime command (#185).
* Provide ability to customize template in standalone command (#189).
* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

Expand Down
6 changes: 6 additions & 0 deletions ogma-cli/ogma-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-cli
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -116,6 +117,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-cli

executable ogma

main-is:
Expand Down
3 changes: 2 additions & 1 deletion ogma-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Revision history for ogma-core

## [1.X.Y] - 2024-12-23
## [1.X.Y] - 2024-12-24

* Replace queueSize with QUEUE_SIZE in FPP file (#186).
* Use template expansion system to generate F' monitoring component (#185).
* Use template expansion system to generate standalone Copilot monitor (#189).
* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

Expand Down
6 changes: 6 additions & 0 deletions ogma-core/ogma-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-core
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -84,6 +85,11 @@ data-files: templates/copilot-cfs/CMakeLists.txt
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-core

library

exposed-modules:
Expand Down
3 changes: 2 additions & 1 deletion ogma-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Revision history for ogma-extra

## [1.X.Y] - 2024-12-05
## [1.X.Y] - 2024-12-24

* Deprecate unnecessary functions (#185).
* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

Expand Down
6 changes: 6 additions & 0 deletions ogma-extra/ogma-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-extra
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand All @@ -59,6 +60,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-extra

library

exposed-modules:
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-c

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-language-c/ogma-language-c.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Custom
name: ogma-language-c
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -61,6 +62,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-language-c

custom-setup
setup-depends:
base >= 4.11.0.0 && < 5
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-cocospec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-cocospec

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-language-cocospec/ogma-language-cocospec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Custom
name: ogma-language-cocospec
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -62,6 +63,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-language-cocospec

custom-setup
setup-depends:
base >= 4.11.0.0 && < 5
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-copilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-copilot

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-language-copilot/ogma-language-copilot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-language-copilot
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand All @@ -58,6 +59,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-language-copilot

library

exposed-modules:
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-jsonspec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-jsonspec

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-language-jsonspec/ogma-language-jsonspec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-language-jsonspec
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand All @@ -57,6 +58,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-language-jsonspec

library

exposed-modules:
Expand Down
4 changes: 4 additions & 0 deletions ogma-language-smv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-language-smv

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-language-smv/ogma-language-smv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Custom
name: ogma-language-smv
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -62,6 +63,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-language-smv

custom-setup
setup-depends:
base >= 4.11.0.0 && < 5
Expand Down
4 changes: 4 additions & 0 deletions ogma-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for ogma-spec

## [1.X.Y] - 2024-12-24

* Add repository information to cabal package (#148).

## [1.5.0] - 2024-11-21

* Version bump 1.5.0 (#178).
Expand Down
6 changes: 6 additions & 0 deletions ogma-spec/ogma-spec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-spec
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand All @@ -57,6 +58,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: [email protected]:nasa/ogma.git
subdir: ogma-spec

library

exposed-modules:
Expand Down
Loading