rda-python-dsupdt 2.0.12__tar.gz → 2.0.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/PKG-INFO +1 -1
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/pyproject.toml +1 -1
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/dsupdt.usg +6 -11
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/PKG-INFO +1 -1
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/LICENSE +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/MANIFEST.in +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/README.md +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/setup.cfg +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/PgUpdt.py +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/__init__.py +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/ds_updt.py +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/dsupdt.py +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt/pg_updt.py +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/SOURCES.txt +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/dependency_links.txt +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/entry_points.txt +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/requires.txt +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/top_level.txt +0 -0
- {rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/tests/test_dsupdt.py +0 -0
|
@@ -1338,12 +1338,6 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1338
1338
|
in the form YYYY-MM-DD HH:NN:SS. After a successful update, this time is
|
|
1339
1339
|
advanced to the next period based on the control frequency and offset.
|
|
1340
1340
|
|
|
1341
|
-
-DC or -DownloadCommand (Alias: -Download|-Command), the command used to
|
|
1342
|
-
download a remote file, copy a local file, or generate a remote file via local
|
|
1343
|
-
processing. Can be set in both local and remote file records; used by
|
|
1344
|
-
-DR (-DownloadRemote). At run time, the command precedence is:
|
|
1345
|
-
command line > remote file record > local file record.
|
|
1346
|
-
|
|
1347
1341
|
-DB or -Debug, enables debug mode with specified detail level. This option
|
|
1348
1342
|
accepts up to 3 values: Debug Level, debug log file path, and debug log file
|
|
1349
1343
|
name. The debug level is required and may be a single integer (e.g., 1000 to
|
|
@@ -1351,6 +1345,12 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1351
1345
|
is '$DSSHOME/dssdb/log' and the default log file name is 'mydss.dbg'. Provide
|
|
1352
1346
|
the second and third values to override these defaults.
|
|
1353
1347
|
|
|
1348
|
+
-DC or -DownloadCommand (Alias: -Download|-Command), the command used to
|
|
1349
|
+
download a remote file, copy a local file, or generate a remote file via local
|
|
1350
|
+
processing. Can be set in both local and remote file records; used by
|
|
1351
|
+
-DR (-DownloadRemote). At run time, the command precedence is
|
|
1352
|
+
command line, remote file record and local file record.
|
|
1353
|
+
|
|
1354
1354
|
-DE or -Description (Alias: -Desc|-Note|-FileDesc|-FileDescription), a
|
|
1355
1355
|
description for data files. Multi-line descriptions are supported when
|
|
1356
1356
|
supplied via an input file (-IF).
|
|
@@ -1534,11 +1534,6 @@ Information (Info) options supply values to 'dsupdt'. There are two types:
|
|
|
1534
1534
|
-RI or -RetryInterval, the wait time (in days or hours) before retrying an
|
|
1535
1535
|
update control process after a failed attempt.
|
|
1536
1536
|
|
|
1537
|
-
-RO or -ResetOrder (Alias: -Reorder), when present, resets the execution
|
|
1538
|
-
order of the given local files to match the order in which the update records
|
|
1539
|
-
are provided for action -SL (-SetLocalFile). Local files can also be reordered
|
|
1540
|
-
by explicitly providing order index values via Info option -XO (-ExecOrder).
|
|
1541
|
-
|
|
1542
1537
|
-SF or -ServerFile, specifies file names on remote servers when they differ
|
|
1543
1538
|
from the remote file names.
|
|
1544
1539
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/requires.txt
RENAMED
|
File without changes
|
{rda_python_dsupdt-2.0.12 → rda_python_dsupdt-2.0.13}/src/rda_python_dsupdt.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|