Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
98692af1
Commit
98692af1
authored
15 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
Keep up with changes to RT server!
parent
07c3c70e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/zmap_build_rt_release_notes.sh
+8
-5
8 additions, 5 deletions
scripts/zmap_build_rt_release_notes.sh
with
8 additions
and
5 deletions
scripts/zmap_build_rt_release_notes.sh
+
8
−
5
View file @
98692af1
...
...
@@ -134,8 +134,8 @@ zmap_message_out '$ZMAP_PATH_TO_VERSION_HEADER =' $ZMAP_PATH_TO_VERSION_HEADER
zmap_message_out '
$ZMAP_PATH_TO_WEBPAGE_HEADER
='
$ZMAP_PATH_TO_WEBPAGE_HEADER
# Set all the dates that we need
# First the previous date!
[ "x
$RT_LAST_RUN
" != "x" ] || RT_LAST_RUN=
$(
cat
$ZMAP_PATH_TO_RELEASE_NOTES_TIMESTAMP
)
# First the previous date!
Only pick one
[ "x
$RT_LAST_RUN
" != "x" ] || RT_LAST_RUN=
$(
cat
$ZMAP_PATH_TO_RELEASE_NOTES_TIMESTAMP
|
tail
-n1
)
[ "x
$RT_LAST_RUN
" != "x" ] || zmap_message_exit
$(
hostname
)
"From date not set."
RT_PREV_DATE=
$RT_LAST_RUN
...
...
@@ -217,9 +217,9 @@ $NO_RELEASE_B
EOF
RTSERVER=
scratchy
RTHTTPSERVER="https://rt.sanger.ac.uk
/rt
"
# Can no longer run on scratchy.. rt is now installed in /software/acedb/bin for i386
RTSERVER=
tviewsrv
RTHTTPSERVER="https://rt.sanger.ac.uk"
RTUSER=zmap
RTRESULTS=rt_tickets.out
RTERROR=rt_error.log
...
...
@@ -266,6 +266,9 @@ perl -i -lne 'print if !/user/;' \$RC_FILE
echo "server
$RTHTTPSERVER
" >>
\$
RC_FILE
echo "user
$RTUSER
" >>
\$
RC_FILE
# Really ensure /software/acedb/bin is in the path
PATH=/software/acedb/bin:
$PATH
# --- end of addition by
$0
---
EOF
) | ssh
$RTSERVER
'/bin/bash -c "
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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