--- /srv/reproducible-results/rbuild-debian/r-b-build.fWbR9oee/b1/starjava-ttools_3.4.9-5_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.fWbR9oee/b2/starjava-ttools_3.4.9-5_armhf.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ - 2184c8bcd5817d6abb287a1951053d50 64912 java optional jython-stilts_3.4.9-5_all.deb │ + 3e2a1c9460ffb05e8c12ad140bf82b85 64896 java optional jython-stilts_3.4.9-5_all.deb │ bb400d9ecafbae7458e168c714d28412 1215328 doc optional starlink-ttools-java-doc_3.4.9-5_all.deb │ - 5e20a87c5bae30d7ac3e577a98bfea69 5195172 java optional starlink-ttools-java_3.4.9-5_all.deb │ - 9d7627c2025c356dfa3f892157a9f04c 2394748 doc optional stilts-doc_3.4.9-5_all.deb │ + ac09d5795c1ad7d34fd4245762abc362 5195168 java optional starlink-ttools-java_3.4.9-5_all.deb │ + b34c32ab3b89bb19eb6a7db35f7be7ce 2394768 doc optional stilts-doc_3.4.9-5_all.deb │ d45b62ce44d434751f7a1af2e5f3db4f 225688 science optional stilts_3.4.9-5_all.deb ├── jython-stilts_3.4.9-5_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1360 2023-12-19 09:37:03.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 63360 2023-12-19 09:37:03.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 63344 2023-12-19 09:37:03.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py │ │ │ │ @@ -1486,15 +1486,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) │ │ │ │ @@ -1536,15 +1536,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)) │ │ │ │ @@ -4293,15 +4293,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 (";") │ │ │ │ @@ -4499,15 +4499,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. │ │ │ │ @@ -4607,15 +4607,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. │ │ │ │ @@ -13051,15 +13051,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) │ │ │ │ @@ -13101,15 +13101,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.9-5_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary │ │ --rw-r--r-- 0 0 0 1228 2023-12-19 09:37:03.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1224 2023-12-19 09:37:03.000000 control.tar.xz │ │ -rw-r--r-- 0 0 0 5193752 2023-12-19 09:37:03.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/java/starlink-ttools-3.4.9.jar │ │ │ │ ├── zipinfo -v {} │ │ │ │ │ @@ -172,15 +172,15 @@ │ │ │ │ │ minimum file system compatibility required: MS-DOS, OS/2 or NT FAT │ │ │ │ │ minimum software version required to extract: 1.0 │ │ │ │ │ compression method: deflated │ │ │ │ │ compression sub-type (deflation): normal │ │ │ │ │ file security status: not encrypted │ │ │ │ │ extended local header: no │ │ │ │ │ file last modified on (DOS date/time): 2023 Dec 19 09:37:02 │ │ │ │ │ - 32-bit CRC value (hex): 1b5eecd0 │ │ │ │ │ + 32-bit CRC value (hex): aef0c1a2 │ │ │ │ │ compressed size: 90374 bytes │ │ │ │ │ uncompressed size: 532574 bytes │ │ │ │ │ length of filename: 9 characters │ │ │ │ │ length of extra field: 0 bytes │ │ │ │ │ length of file comment: 0 characters │ │ │ │ │ disk number on which file begins: disk 1 │ │ │ │ │ apparent file type: binary │ │ │ │ ├── zipdetails --redact --scan --utc {} │ │ │ │ │ @@ -84,15 +84,15 @@ │ │ │ │ │ 0002F1 Extract Zip Spec 0A '1.0' │ │ │ │ │ 0002F2 Extract OS 00 'MS-DOS' │ │ │ │ │ 0002F3 General Purpose Flag 0800 │ │ │ │ │ [Bits 1-2] 0 'Normal Compression' │ │ │ │ │ [Bit 11] 1 'Language Encoding' │ │ │ │ │ 0002F5 Compression Method 0008 'Deflated' │ │ │ │ │ 0002F7 Last Mod Time 57934CA1 'Tue Dec 19 09:37:02 2023' │ │ │ │ │ -0002FB CRC 1B5EECD0 │ │ │ │ │ +0002FB CRC AEF0C1A2 │ │ │ │ │ 0002FF Compressed Length 00016106 │ │ │ │ │ 000303 Uncompressed Length 0008205E │ │ │ │ │ 000307 Filename Length 0009 │ │ │ │ │ 000309 Extra Length 0000 │ │ │ │ │ 00030B Filename 'XXXXXXXXX' │ │ │ │ │ 000314 PAYLOAD │ │ │ │ │ │ │ │ │ │ @@ -61994,15 +61994,15 @@ │ │ │ │ │ 51F055 Extract Zip Spec 0A '1.0' │ │ │ │ │ 51F056 Extract OS 00 'MS-DOS' │ │ │ │ │ 51F057 General Purpose Flag 0800 │ │ │ │ │ [Bits 1-2] 0 'Normal Compression' │ │ │ │ │ [Bit 11] 1 'Language Encoding' │ │ │ │ │ 51F059 Compression Method 0008 'Deflated' │ │ │ │ │ 51F05B Last Mod Time 57934CA1 'Tue Dec 19 09:37:02 2023' │ │ │ │ │ -51F05F CRC 1B5EECD0 │ │ │ │ │ +51F05F CRC AEF0C1A2 │ │ │ │ │ 51F063 Compressed Length 00016106 │ │ │ │ │ 51F067 Uncompressed Length 0008205E │ │ │ │ │ 51F06B Filename Length 0009 │ │ │ │ │ 51F06D Extra Length 0000 │ │ │ │ │ 51F06F Comment Length 0000 │ │ │ │ │ 51F071 Disk Start 0000 │ │ │ │ │ 51F073 Int File Attributes 0000 │ │ │ │ ├── stilts.py │ │ │ │ │ @@ -1486,15 +1486,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) │ │ │ │ │ @@ -1536,15 +1536,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)) │ │ │ │ │ @@ -4293,15 +4293,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 (";") │ │ │ │ │ @@ -4499,15 +4499,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. │ │ │ │ │ @@ -4607,15 +4607,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. │ │ │ │ │ @@ -13051,15 +13051,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) │ │ │ │ │ @@ -13101,15 +13101,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.9-5_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary │ │ -rw-r--r-- 0 0 0 3312 2023-12-19 09:37:03.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2391244 2023-12-19 09:37:03.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 2391264 2023-12-19 09:37:03.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 │ │ │ │ @@ -9023,15 +9023,15 @@ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ │ │ │ │

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

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ password = <passwd>       (String) │ │ │ │
│ │ │ │ │ │ │ │ @@ -74000,15 +74000,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

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

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

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

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

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

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

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

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3526,15 +3526,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 │ │ │ │ │ @@ -22795,15 +22795,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.21.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 │ │ │ │ │ @@ -23125,15 +23125,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.22.2 Examples **** │ │ │ │ │ @@ -23199,15 +23199,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.23.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. │ │ │ │ │ ===============================================================================