-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add old commit entry for rack_migrate from v13.0 tag
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
migration/rack/commits/commiteda11bc3abcd3d3876cfb9d9434541fb6e8fb6d4.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright (c) 2023, Galois, Inc. | ||
# | ||
# All Rights Reserved | ||
# | ||
# This material is based upon work supported by the Defense Advanced Research | ||
# Projects Agency (DARPA) under Contract No. FA8750-20-C-0203. | ||
# | ||
# Any opinions, findings and conclusions or recommendations expressed in this | ||
# material are those of the author(s) and do not necessarily reflect the views | ||
# of the Defense Advanced Research Projects Agency (DARPA). | ||
|
||
from ontology_changes import Commit | ||
|
||
commit = Commit( | ||
number="eda11bc3abcd3d3876cfb9d9434541fb6e8fb6d4", | ||
tag="v13.0", | ||
changes=[ | ||
# no ontology change, just here for the tag | ||
], | ||
) |