Skip to content
Snippets Groups Projects
Commit 7ea9c8f5 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

tweak README

parent e296f75d
No related branches found
No related tags found
No related merge requests found
...@@ -106,15 +106,13 @@ the web pages. ...@@ -106,15 +106,13 @@ the web pages.
When a new version is ready for release, create an annotated tag for When a new version is ready for release, create an annotated tag for
the release and push it to the main repo (https://git.ligo.org/jameson.rollins/locklost): the release and push it to the main repo (https://git.ligo.org/jameson.rollins/locklost):
```shell ```shell
$ git tag -m release 0.16 $ git tag -m release 0.22.1
$ git push --tags $ git push --tags
``` ```
In the LDAS lockloss account, pull the new tag and run In the LDAS lockloss account, pull the new tag and run
the test/deploy script: the test/deploy script:
```shell ```shell
$ ssh lockloss@detchar.ligo-la.caltech.edu $ ssh lockloss@detchar.ligo-la.caltech.edu
$ cd ~/src/locklost
$ git pull
$ locklost-deploy $ locklost-deploy
``` ```
If there are changes to the online search, restart the online condor If there are changes to the online search, restart the online condor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment