mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
Merge pull request #18271 from jdavcs/231_ts_revision_tags
[23.1] Add revision tags for TS migration in 23.1
This commit is contained in:
@@ -26,8 +26,8 @@ CONFIG_FILE_ARG = "--toolshed-config"
|
||||
# then using 231 as a partial revision identifier like `sh manage_toolshed_db.sh upgrade 231`
|
||||
# will map to release 23.1 instead of revision 231xxxxxxxxx.
|
||||
REVISION_TAGS = {
|
||||
"release_23.1": "base",
|
||||
"23.1": "base",
|
||||
"release_23.1": "1b5bf427db25",
|
||||
"23.1": "1b5bf427db25",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user