Changeset 42982
- Timestamp:
- Apr 9, 2026, 7:54:15 PM (4 weeks ago)
- Location:
- tags/ipp-ops-20220906/pstamp/scripts
- Files:
-
- 20 edited
-
. (modified) (1 prop)
-
dquery_finish.pl (modified) (1 diff, 1 prop)
-
pstamp_checkdependent.pl (modified) (1 diff, 1 prop)
-
pstamp_cleanup.pl (modified) (1 diff)
-
pstamp_dorequest.pl (modified) (1 diff)
-
pstamp_finish.pl (modified) (1 diff)
-
pstamp_insert_request.pl (modified) (1 diff)
-
pstamp_job_run.pl (modified) (1 diff)
-
pstamp_listjobs.pl (modified) (1 diff)
-
pstamp_parser_run.pl (modified) (1 diff)
-
pstamp_queue_cleanup.pl (modified) (1 diff)
-
pstamp_queue_requests.pl (modified) (1 diff)
-
pstamp_queue_update_cleanup.pl (modified) (1 diff)
-
pstamp_results_file.pl (modified) (1 diff)
-
pstamp_revert_request.pl (modified) (1 diff)
-
pstamp_save_server_status.pl (modified) (1 diff)
-
pstamp_targetlist_file.pl (modified) (1 diff)
-
pstamp_webrequest.pl (modified) (1 diff)
-
pstampparse.pl (modified) (1 diff)
-
request_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ops-20220906/pstamp/scripts
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/pstamp/scripts merged eligible /branches/czw_branch/20160809/pstamp/scripts merged eligible /branches/czw_branch/20170908/pstamp/scripts merged eligible /branches/eam_branches/ipp-20191011/pstamp/scripts merged eligible /branches/eam_branches/ipp-20211108/pstamp/scripts merged eligible /branches/eam_branches/ipp-dev-20210817/pstamp/scripts merged eligible /tags/ipp-ops-20220705/pstamp/scripts merged eligible /tags/ipp-ps1-20210510/pstamp/scripts merged eligible /tags/ipp-ps1-20210708/pstamp/scripts merged eligible /trunk/pstamp/scripts merged eligible /branches/ipp-259_genericise_backups/pstamp/scripts 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
tags/ipp-ops-20220906/pstamp/scripts/dquery_finish.pl
- Property svn:mergeinfo changed
/trunk/pstamp/scripts/dquery_finish.pl merged: 42981
r42979 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # dquery_finish.pl - Property svn:mergeinfo changed
-
tags/ipp-ops-20220906/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo changed
/trunk/pstamp/scripts/pstamp_checkdependent.pl merged: 42981
r42978 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 # 3 3 # pstamp_checkdependent.pl - Property svn:mergeinfo changed
-
tags/ipp-ops-20220906/pstamp/scripts/pstamp_cleanup.pl
r35892 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstamp_cleanup.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_dorequest.pl
r27874 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstamp_dorequest.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_finish.pl
r38062 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # pstamp_finish.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_insert_request.pl
r37079 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 # -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_job_run.pl
r41584 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstamp_job_run.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_listjobs.pl
r25125 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstamp_listjobs.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_parser_run.pl
r35366 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstampparser_run.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_queue_cleanup.pl
r36634 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 # 3 3 # run pstamptool to queue requests older than preserve-days to be cleaned -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_queue_requests.pl
r27283 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 # 3 3 # pstamp_queue_reqests.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_queue_update_cleanup.pl
r38586 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 # 3 3 # run pstamptool to queue requests older than preserve-days to be cleaned -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_results_file.pl
r28068 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # program to create a fits binary table with EXTNAME PS1_PS_RESULTS -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_revert_request.pl
r24831 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # pstamp_finish.pl -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_save_server_status.pl
r36839 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 # 3 3 # run pstamp_server_status and save the results in a date stamped file -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_targetlist_file.pl
r34447 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # program to create a fits binary table with EXTNAME PS1_PS_TARGETLIST -
tags/ipp-ops-20220906/pstamp/scripts/pstamp_webrequest.pl
r36882 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 # -
tags/ipp-ops-20220906/pstamp/scripts/pstampparse.pl
r38487 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 ### 3 3 ### pstampparse.pl -
tags/ipp-ops-20220906/pstamp/scripts/request_finish.pl
r38062 r42982 1 #!/ bin/env perl1 #!/usr/bin/env perl 2 2 3 3 # request_finish.pl
Note:
See TracChangeset
for help on using the changeset viewer.
