--- /srv/reproducible-results/rbuild-debian/r-b-build.mxH77mc2/b1/starjava-ttools_3.4.7-4_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.mxH77mc2/b2/starjava-ttools_3.4.7-4_amd64.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ - e154cf929616cc29ac9822265e398743 61312 java optional jython-stilts_3.4.7-4_all.deb │ + 87f7ea4f3285a48c89d5462d9a0efc52 61312 java optional jython-stilts_3.4.7-4_all.deb │ 42bce0de7077acc4ab1784124606bed1 1166020 doc optional starlink-ttools-java-doc_3.4.7-4_all.deb │ - 54b8b2e7f65e144df24ec8f12fea7f44 4832052 java optional starlink-ttools-java_3.4.7-4_all.deb │ - db13c83c36f7f003f9334d6b74282378 2251080 doc optional stilts-doc_3.4.7-4_all.deb │ + 57a7fdb2d039a3a56b6d1e8e391a8314 4832088 java optional starlink-ttools-java_3.4.7-4_all.deb │ + 0ed40bb693664dae63069c6d46a001d1 2251088 doc optional stilts-doc_3.4.7-4_all.deb │ e1d15885940400eb46088b856d143c54 207196 science optional stilts_3.4.7-4_all.deb ├── jython-stilts_3.4.7-4_all.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py │ │ │ │ @@ -1421,15 +1421,15 @@ │ │ │ │ env = _JyEnvironment() │ │ │ │ env.setValue('format', _map_env_value(format)) │ │ │ │ env.setValue('client', _map_env_value(client)) │ │ │ │ mode = _stilts.getModeFactory().createObject('samp') │ │ │ │ consumer = mode.createConsumer(env) │ │ │ │ _check_unused_args(env) │ │ │ │ consumer.consume(self) │ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None): │ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None): │ │ │ │ '''\ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256). │ │ │ │ │ │ │ │ Parameters: │ │ │ │ │ │ │ │ protocol = (String) │ │ │ │ @@ -1471,15 +1471,15 @@ │ │ │ │ of columns) for the data being written. │ │ │ │ │ │ │ │ [Default: create] │ │ │ │ │ │ │ │ user = (String) │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ password = (String) │ │ │ │ Password for the SQL connection to the database. │ │ │ │ ''' │ │ │ │ env = _JyEnvironment() │ │ │ │ env.setValue('protocol', _map_env_value(protocol)) │ │ │ │ env.setValue('db', _map_env_value(db)) │ │ │ │ @@ -4186,15 +4186,15 @@ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ user = (String) │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ current username. │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ password = (String) │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ sql = (String) │ │ │ │ Text of an SQL statement for execution. This parameter may be │ │ │ │ repeated, or statements may be separated by semicolon (";") │ │ │ │ @@ -4392,15 +4392,15 @@ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ user = (String) │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ current username. │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ password = (String) │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ dbtable = (String) │ │ │ │ The name of the table in the SQL database which provides the │ │ │ │ remote data. │ │ │ │ @@ -4500,15 +4500,15 @@ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ user = (String) │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ current username. │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ password = (String) │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ select = (String) │ │ │ │ Gives the full text (including "SELECT") of the SELECT │ │ │ │ statement to identify which rows undergo updates. │ │ │ │ @@ -7582,15 +7582,15 @@ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ xlog = true|false (Boolean) │ │ │ │ If false (the default), the scale on the X axis is linear, if │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ [Default: false] │ │ │ │ │ │ │ │ @@ -8280,15 +8280,15 @@ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0 │ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection) │ │ │ │ Sky projection used to display the plot. │ │ │ │ │ │ │ │ The available options are: │ │ │ │ │ │ │ │ @@ -8934,15 +8934,15 @@ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ xlog = true|false (Boolean) │ │ │ │ If false (the default), the scale on the X axis is linear, if │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ [Default: false] │ │ │ │ │ │ │ │ @@ -9658,15 +9658,15 @@ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ crowd = (Double) │ │ │ │ Determines how closely tick marks are spaced on the wire frame │ │ │ │ axes. The default value is 1, meaning normal crowding. Larger │ │ │ │ values result in more grid lines, and smaller values in fewer │ │ │ │ grid lines. │ │ │ │ │ │ │ │ @@ -10271,15 +10271,15 @@ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ ylog = true|false (Boolean) │ │ │ │ If false (the default), the scale on the Y axis is linear, if │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ If a zone suffix is appended to the parameter name, only that │ │ │ │ zone is affected, e.g. ylogZ affects only zone Z. │ │ │ │ @@ -11850,15 +11850,15 @@ │ │ │ │ env.setValue('format', _map_env_value(format)) │ │ │ │ env.setValue('client', _map_env_value(client)) │ │ │ │ mode = _stilts.getModeFactory().createObject('samp') │ │ │ │ consumer = mode.createConsumer(env) │ │ │ │ _check_unused_args(env) │ │ │ │ consumer.consume(table) │ │ │ │ │ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None): │ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None): │ │ │ │ '''\ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256). │ │ │ │ │ │ │ │ Parameters: │ │ │ │ │ │ │ │ protocol = (String) │ │ │ │ @@ -11900,15 +11900,15 @@ │ │ │ │ of columns) for the data being written. │ │ │ │ │ │ │ │ [Default: create] │ │ │ │ │ │ │ │ user = (String) │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ password = (String) │ │ │ │ Password for the SQL connection to the database. │ │ │ │ ''' │ │ │ │ env = _JyEnvironment() │ │ │ │ env.setValue('protocol', _map_env_value(protocol)) │ │ │ │ env.setValue('db', _map_env_value(db)) ├── starlink-ttools-java_3.4.7-4_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-01-08 10:17:43.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1216 2023-01-08 10:17:43.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 4830644 2023-01-08 10:17:43.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 4830680 2023-01-08 10:17:43.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -2,9 +2,9 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/share/doc/starlink-ttools-java/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1562 2023-01-08 10:17:43.000000 ./usr/share/doc/starlink-ttools-java/changelog.Debian.gz │ │ │ │ -rw-r--r-- 0 root (0) root (0) 2745 2020-06-25 19:04:57.000000 ./usr/share/doc/starlink-ttools-java/copyright │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/share/java/ │ │ │ │ --rw-r--r-- 0 root (0) root (0) 5286223 2023-01-08 10:17:43.000000 ./usr/share/java/starlink-ttools-3.4.7.jar │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 5286220 2023-01-08 10:17:43.000000 ./usr/share/java/starlink-ttools-3.4.7.jar │ │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2023-01-08 10:17:43.000000 ./usr/share/java/starlink-ttools.jar -> starlink-ttools-3.4.7.jar │ │ │ ├── ./usr/share/java/starlink-ttools-3.4.7.jar │ │ │ │ ├── zipinfo {} │ │ │ │ │ @@ -1,8 +1,8 @@ │ │ │ │ │ -Zip file size: 5286223 bytes, number of entries: 3080 │ │ │ │ │ +Zip file size: 5286220 bytes, number of entries: 3080 │ │ │ │ │ drwxr-xr-x 2.0 unx 0 bx stor 23-Jan-08 10:17 META-INF/ │ │ │ │ │ -rw-r--r-- 2.0 unx 603 b- defN 23-Jan-08 10:17 META-INF/MANIFEST.MF │ │ │ │ │ drwxr-xr-x 2.0 unx 0 b- stor 23-Jan-08 10:17 cds/ │ │ │ │ │ drwxr-xr-x 2.0 unx 0 b- stor 23-Jan-08 10:17 cds/tools/ │ │ │ │ │ -rw-r--r-- 2.0 unx 344 b- defN 23-Jan-08 10:17 cds/tools/ExtApp.class │ │ │ │ │ -rw-r--r-- 2.0 unx 481521 b- defN 23-Jan-08 10:17 stilts.py │ │ │ │ │ drwxr-xr-x 2.0 unx 0 b- stor 23-Jan-08 10:17 uk/ │ │ │ │ │ @@ -3075,8 +3075,8 @@ │ │ │ │ │ -rw-r--r-- 2.0 unx 7455 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/VotLintContext.class │ │ │ │ │ -rw-r--r-- 2.0 unx 2925 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class │ │ │ │ │ -rw-r--r-- 2.0 unx 396 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/VotLintException.class │ │ │ │ │ -rw-r--r-- 2.0 unx 5224 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/VotLinter.class │ │ │ │ │ -rw-r--r-- 2.0 unx 4743 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/votable-1.0.dtd │ │ │ │ │ -rw-r--r-- 2.0 unx 5044 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/votable-1.1.dtd │ │ │ │ │ -rw-r--r-- 2.0 unx 5534 b- defN 23-Jan-08 10:17 uk/ac/starlink/ttools/votlint/votable-1.2.dtd │ │ │ │ │ -3080 files, 10799792 bytes uncompressed, 4715005 bytes compressed: 56.3% │ │ │ │ │ +3080 files, 10799792 bytes uncompressed, 4715002 bytes compressed: 56.3% │ │ │ │ ├── stilts.py │ │ │ │ │ @@ -1421,15 +1421,15 @@ │ │ │ │ │ env = _JyEnvironment() │ │ │ │ │ env.setValue('format', _map_env_value(format)) │ │ │ │ │ env.setValue('client', _map_env_value(client)) │ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp') │ │ │ │ │ consumer = mode.createConsumer(env) │ │ │ │ │ _check_unused_args(env) │ │ │ │ │ consumer.consume(self) │ │ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None): │ │ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None): │ │ │ │ │ '''\ │ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC │ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256). │ │ │ │ │ │ │ │ │ │ Parameters: │ │ │ │ │ │ │ │ │ │ protocol = (String) │ │ │ │ │ @@ -1471,15 +1471,15 @@ │ │ │ │ │ of columns) for the data being written. │ │ │ │ │ │ │ │ │ │ [Default: create] │ │ │ │ │ │ │ │ │ │ user = (String) │ │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ │ │ password = (String) │ │ │ │ │ Password for the SQL connection to the database. │ │ │ │ │ ''' │ │ │ │ │ env = _JyEnvironment() │ │ │ │ │ env.setValue('protocol', _map_env_value(protocol)) │ │ │ │ │ env.setValue('db', _map_env_value(db)) │ │ │ │ │ @@ -4186,15 +4186,15 @@ │ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ │ │ user = (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ │ current username. │ │ │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ │ │ password = (String) │ │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ │ │ sql = (String) │ │ │ │ │ Text of an SQL statement for execution. This parameter may be │ │ │ │ │ repeated, or statements may be separated by semicolon (";") │ │ │ │ │ @@ -4392,15 +4392,15 @@ │ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ │ │ user = (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ │ current username. │ │ │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ │ │ password = (String) │ │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ │ │ dbtable = (String) │ │ │ │ │ The name of the table in the SQL database which provides the │ │ │ │ │ remote data. │ │ │ │ │ @@ -4500,15 +4500,15 @@ │ │ │ │ │ classpath and referenced in the jdbc.drivers system property │ │ │ │ │ as well for the connection to be made. │ │ │ │ │ │ │ │ │ │ user = (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the │ │ │ │ │ current username. │ │ │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ │ │ password = (String) │ │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ │ │ │ │ │ select = (String) │ │ │ │ │ Gives the full text (including "SELECT") of the SELECT │ │ │ │ │ statement to identify which rows undergo updates. │ │ │ │ │ @@ -7582,15 +7582,15 @@ │ │ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ │ │ xlog = true|false (Boolean) │ │ │ │ │ If false (the default), the scale on the X axis is linear, if │ │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ │ │ [Default: false] │ │ │ │ │ │ │ │ │ │ @@ -8280,15 +8280,15 @@ │ │ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0 │ │ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection) │ │ │ │ │ Sky projection used to display the plot. │ │ │ │ │ │ │ │ │ │ The available options are: │ │ │ │ │ │ │ │ │ │ @@ -8934,15 +8934,15 @@ │ │ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ │ │ xlog = true|false (Boolean) │ │ │ │ │ If false (the default), the scale on the X axis is linear, if │ │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ │ │ [Default: false] │ │ │ │ │ │ │ │ │ │ @@ -9658,15 +9658,15 @@ │ │ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ │ │ crowd = (Double) │ │ │ │ │ Determines how closely tick marks are spaced on the wire frame │ │ │ │ │ axes. The default value is 1, meaning normal crowding. Larger │ │ │ │ │ values result in more grid lines, and smaller values in fewer │ │ │ │ │ grid lines. │ │ │ │ │ │ │ │ │ │ @@ -10271,15 +10271,15 @@ │ │ │ │ │ │ │ │ │ │ parallel = (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation │ │ │ │ │ output is being produced. Only used if the animate parameter │ │ │ │ │ is supplied. The default value is the number of processors │ │ │ │ │ apparently available to the JVM. │ │ │ │ │ │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ │ │ │ │ │ ylog = true|false (Boolean) │ │ │ │ │ If false (the default), the scale on the Y axis is linear, if │ │ │ │ │ true it is logarithmic. │ │ │ │ │ │ │ │ │ │ If a zone suffix is appended to the parameter name, only that │ │ │ │ │ zone is affected, e.g. ylogZ affects only zone Z. │ │ │ │ │ @@ -11850,15 +11850,15 @@ │ │ │ │ │ env.setValue('format', _map_env_value(format)) │ │ │ │ │ env.setValue('client', _map_env_value(client)) │ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp') │ │ │ │ │ consumer = mode.createConsumer(env) │ │ │ │ │ _check_unused_args(env) │ │ │ │ │ consumer.consume(table) │ │ │ │ │ │ │ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None): │ │ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None): │ │ │ │ │ '''\ │ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC │ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256). │ │ │ │ │ │ │ │ │ │ Parameters: │ │ │ │ │ │ │ │ │ │ protocol = (String) │ │ │ │ │ @@ -11900,15 +11900,15 @@ │ │ │ │ │ of columns) for the data being written. │ │ │ │ │ │ │ │ │ │ [Default: create] │ │ │ │ │ │ │ │ │ │ user = (String) │ │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ │ │ │ │ │ password = (String) │ │ │ │ │ Password for the SQL connection to the database. │ │ │ │ │ ''' │ │ │ │ │ env = _JyEnvironment() │ │ │ │ │ env.setValue('protocol', _map_env_value(protocol)) │ │ │ │ │ env.setValue('db', _map_env_value(db)) ├── stilts-doc_3.4.7-4_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-01-08 10:17:43.000000 debian-binary │ │ -rw-r--r-- 0 0 0 3248 2023-01-08 10:17:43.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2247640 2023-01-08 10:17:43.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 2247648 2023-01-08 10:17:43.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/stilts/sun256/sun256.html │ │ │ │ @@ -8621,15 +8621,15 @@ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ password = <passwd>       (String) │ │ │ │
│ │ │ │ │ │ │ │ @@ -42303,15 +42303,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ seq = <suffix>[,...]       (String[]) │ │ │ │
│ │ │ │ │ │ │ │ @@ -44278,15 +44278,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0       (Projection) │ │ │ │
│ │ │ │ │ │ │ │ @@ -45930,15 +45930,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ phi = <degrees>       (Double) │ │ │ │
│ │ │ │ │ │ │ │ @@ -47926,15 +47926,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ phi = <degrees>       (Double) │ │ │ │
│ │ │ │ │ │ │ │ @@ -49677,15 +49677,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 16] │ │ │ │ + [Default: 15] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ seq = <suffix>[,...]       (String[]) │ │ │ │
│ │ │ │ │ │ │ │ @@ -54887,15 +54887,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ │ │ │ │ @@ -55827,15 +55827,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ where = <sql-condition>       (String) │ │ │ │
│ │ │ │ │ │ │ │ @@ -56049,15 +56049,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3392,15 +3392,15 @@ │ │ │ │ │ of the same name already exists, it is dropped first. │ │ │ │ │ * append: Appends to an existing table. An error results if the named │ │ │ │ │ table has the wrong structure (number or types of columns) for the │ │ │ │ │ data being written. │ │ │ │ │ [Default: create] │ │ │ │ │ user =       (String) │ │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ password =       (String) │ │ │ │ │ Password for the SQL connection to the database. │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** 7 Crossmatching ***** │ │ │ │ │ STILTS offers flexible and efficient facilities for crossmatching tables. │ │ │ │ │ Crossmatching is identifying different rows, which may be in the same or │ │ │ │ │ different tables, that refer to the same item. In an astronomical context such │ │ │ │ │ @@ -14421,15 +14421,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ seq = [,...]       (String[]) │ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order │ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are │ │ │ │ │ plotted on top of, and so potentially obscure, which other ones. │ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced │ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix │ │ │ │ │ labelling the layer, and is appended to all the parameters specific to │ │ │ │ │ @@ -15044,15 +15044,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0       (Projection) │ │ │ │ │ Sky projection used to display the plot. │ │ │ │ │ The available options are: │ │ │ │ │ * sin: rotatable sphere │ │ │ │ │ * aitoff: Hammer-Aitoff projection with lon=0 at center │ │ │ │ │ * aitoff0: Hammer-Aitoff projection with lon=180 at center │ │ │ │ │ * car: Plate Carree projection (lon/lat on Cartesian axes) with lon=0 │ │ │ │ │ @@ -15577,15 +15577,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ phi =       (Double) │ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the │ │ │ │ │ initial Z axis applied before the plot is viewed. │ │ │ │ │ [Default: 30] │ │ │ │ │ psi =       (Double) │ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ @@ -16216,15 +16216,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ phi =       (Double) │ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the │ │ │ │ │ initial Z axis applied before the plot is viewed. │ │ │ │ │ [Default: 30] │ │ │ │ │ psi =       (Double) │ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ @@ -16797,15 +16797,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 16] │ │ │ │ │ + [Default: 15] │ │ │ │ │ seq = [,...]       (String[]) │ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order │ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are │ │ │ │ │ plotted on top of, and so potentially obscure, which other ones. │ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced │ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix │ │ │ │ │ labelling the layer, and is appended to all the parameters specific to │ │ │ │ │ @@ -18357,15 +18357,15 @@ │ │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ sql =       (String) │ │ │ │ │ Text of an SQL statement for execution. This parameter may be repeated, │ │ │ │ │ or statements may be separated by semicolon (";") characters. │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ **** B.20.2 Examples **** │ │ │ │ │ Here are some examples of sqlclient: │ │ │ │ │ This sends two commands to a SQL Server database; the first one (SET │ │ │ │ │ SHOWPLAN...) sets a flag which causes the DB to return an execution plan │ │ │ │ │ rather than the result for subsequent queries, and the second makes the │ │ │ │ │ query itself. Since the password is not provided on the command line, a │ │ │ │ │ prompt for it will be issued before execution. The result is SQL Server's │ │ │ │ │ @@ -18687,15 +18687,15 @@ │ │ │ │ │ Currently, the only footprints available are those provided by the CDS │ │ │ │ │ MOC (Multi-Order Coverage map) service, which covers VizieR and a few │ │ │ │ │ other cone search services. │ │ │ │ │ [Default: true] │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ where =       (String) │ │ │ │ │ An SQL expression further limiting the rows to be selected from the │ │ │ │ │ database. This will be combined with the constraints on position implied │ │ │ │ │ by the cone search centres and radii. The value of this parameter should │ │ │ │ │ just be a condition, it should not contain the WHERE keyword. A null │ │ │ │ │ value indicates no additional criteria. │ │ │ │ │ **** B.21.2 Examples **** │ │ │ │ │ @@ -18761,15 +18761,15 @@ │ │ │ │ │ [Default: true] │ │ │ │ │ select =       (String) │ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to │ │ │ │ │ identify which rows undergo updates. │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ **** B.22.2 Examples **** │ │ │ │ │ Here are some examples of sqlupdate: │ │ │ │ │ Fills in the HTMID column of a table called FIRST in the local MySQL │ │ │ │ │ database RADIO, using HTM pixel indices based on the existing right │ │ │ │ │ ascension and declination columns in that table. The HTMID column must │ │ │ │ │ exist prior to executing this command. │ │ │ │ │ ===============================================================================