Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ cat << 'EOF' > Dockerfile
- FROM ubuntu:22.04
- # Prevent interactive prompts during package installation
- ENV DEBIAN_FRONTEND=noninteractive
- # Install base requirements
- RUN apt-get update && apt-get install -y \
- wget \
- curl \
- apt-transport-https \
- gnupg \
- git \
- rpm \
- fakeroot \
- binutils
- # Working directory
- WORKDIR /build
- EOF
- dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ cat Dockerfile
- FROM ubuntu:22.04
- # Prevent interactive prompts during package installation
- ENV DEBIAN_FRONTEND=noninteractive
- # Install base requirements
- RUN apt-get update && apt-get install -y \
- wget \
- curl \
- apt-transport-https \
- gnupg \
- git \
- rpm \
- fakeroot \
- binutils
- # Working directory
- WORKDIR /build
- dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ docker build -t sparrow-builder .
- [+] Building 83.9s (7/7) FINISHED docker:default
- => [internal] load build definition from Dockerfile 0.2s
- => => transferring dockerfile: 367B 0.1s
- => [internal] load metadata for docker.io/library/ubuntu:22.04 2.5s
- => [internal] load .dockerignore 0.1s
- => => transferring context: 2B 0.0s
- => CACHED [1/3] FROM docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd856311 0.0s
- => [2/3] RUN apt-get update && apt-get install -y wget curl apt-transport-https gnupg git rpm 78.6s
- => [3/3] WORKDIR /build 0.2s
- => exporting to image 1.5s
- => => exporting layers 1.4s
- => => writing image sha256:b50040939ab49aaa9b41f12d8e1920662ab820454cf767bc4225cd32863420dc 0.0s
- => => naming to docker.io/library/sparrow-builder 0.0s
- dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ script -qef 2025-05-10.1248.sparrowdesktop_v2.1.3.log
- grep: _desktop/bitcoinqna.seedtool.md: No such file or directory
- grep: _desktop/kraken.md: No such file or directory
- dannybuntu@Ubuntu22:~/work/builds/desktop/sparrow$ docker run -it --name sparrow-build -v $(pwd):/build sparrow-builder /bin/bash
- root@ddc637f82aa7:/build# curl --tlsv1.2 --proto =https --location -o adoptium.asc https://packages.adoptium.net/artifactory/api/gpg/key/public
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 1793 100 1793 0 0 1419 0 0:00:01 0:00:01 --:--:-- 1420
- root@ddc637f82aa7:/build# gpg --import --import-options show-only adoptium.asc
- gpg: directory '/root/.gnupg' created
- gpg: keybox '/root/.gnupg/pubring.kbx' created
- pub rsa2048 2021-11-16 [SC]
- 3B04D753C9050D9A5D343F39843C48A565F8F04B
- uid Adoptium GPG Key (DEB/RPM Signing Key) <[email protected]>
- sub rsa2048 2021-11-16 [E]
- root@ddc637f82aa7:/build# cp adoptium.asc /usr/share/keyrings/
- root@ddc637f82aa7:/build# echo "deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list
- deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb jammy main
- root@ddc637f82aa7:/build# apt update -y
- Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 https://packages.adoptium.net/artifactory/deb jammy InRelease [7501 B]
- Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
- Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
- Get:6 https://packages.adoptium.net/artifactory/deb jammy/main amd64 Packages [16.9 kB]
- Fetched 24.4 kB in 3s (9570 B/s)
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- All packages are up to date.
- root@ddc637f82aa7:/build# apt update -y
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
- Get:4 https://packages.adoptium.net/artifactory/deb jammy InRelease [7501 B]
- Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
- Fetched 7501 B in 2s (4597 B/s)
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- All packages are up to date.
- root@ddc637f82aa7:/build# apt-get install -y temurin-22-jdk=22.0.2+9
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- Package temurin-22-jdk is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Version '22.0.2+9' for 'temurin-22-jdk' was not found
- root@ddc637f82aa7:/build# cd /opt
- root@ddc637f82aa7:/opt# wget https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
- --2025-05-10 05:06:50-- https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
- Resolving github.com (github.com)... 20.205.243.166
- Connecting to github.com (github.com)|20.205.243.166|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/677419466/ab058890-aef4-43de-a0c9-98893d0a3397?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T050654Z&X-Amz-Expires=300&X-Amz-Signature=5359fc32204211ea1b59976113cf678c5fd9bde87d47c46bb3b30629af793175&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz&response-content-type=application%2Foctet-stream [following]
- --2025-05-10 05:06:50-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/677419466/ab058890-aef4-43de-a0c9-98893d0a3397?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T050654Z&X-Amz-Expires=300&X-Amz-Signature=5359fc32204211ea1b59976113cf678c5fd9bde87d47c46bb3b30629af793175&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DOpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz&response-content-type=application%2Foctet-stream
- Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
- Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 205853101 (196M) [application/octet-stream]
- Saving to: 'OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz'
- OpenJDK22U-jdk_x64_linux_hotspo 100%[======================================================>] 196.32M 3.27MB/s in 4m 21s
- 2025-05-10 05:11:13 (769 KB/s) - 'OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz' saved [205853101/205853101]
- root@ddc637f82aa7:/opt# tar xzf OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
- root@ddc637f82aa7:/opt# ls
- OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz jdk-22.0.2+9
- root@ddc637f82aa7:/opt# rm OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
- root@ddc637f82aa7:/opt# export JAVA_HOME=/opt/jdk-22.0.2+9/
- root@ddc637f82aa7:/opt# export PATH=$JAVA_HOME/bin:$PATH
- root@ddc637f82aa7:/opt# java -version
- openjdk version "22.0.2" 2024-07-16
- OpenJDK Runtime Environment Temurin-22.0.2+9 (build 22.0.2+9)
- OpenJDK 64-Bit Server VM Temurin-22.0.2+9 (build 22.0.2+9, mixed mode, sharing)
- root@ddc637f82aa7:/opt# export GIT_TAG="2.1.3"
- root@ddc637f82aa7:/opt# cd /home
- root@ddc637f82aa7:/home# ls
- root@ddc637f82aa7:/home# cd /build
- root@ddc637f82aa7:/build# ls
- 2025-05-10.1248.sparrowdesktop_v2.1.3.log Dockerfile adoptium.asc prebuild-clean.sh
- root@ddc637f82aa7:/build# git clone --recursive --branch "${GIT_TAG}" https://github.com/sparrowwallet/sparrow.git
- Cloning into 'sparrow'...
- remote: Enumerating objects: 28522, done.
- remote: Counting objects: 100% (2686/2686), done.
- remote: Compressing objects: 100% (1033/1033), done.
- remote: Total 28522 (delta 1855), reused 1860 (delta 1601), pack-reused 25836 (from 4)
- Receiving objects: 100% (28522/28522), 655.39 MiB | 3.13 MiB/s, done.
- Resolving deltas: 100% (14081/14081), done.
- Note: switching to 'be86b4feaa9a0271cfe328bf133ebe4b5956ab52'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- Submodule 'drongo' (https://github.com/sparrowwallet/drongo.git) registered for path 'drongo'
- Submodule 'lark' (https://github.com/sparrowwallet/lark.git) registered for path 'lark'
- Cloning into '/build/sparrow/drongo'...
- remote: Enumerating objects: 6389, done.
- remote: Counting objects: 100% (657/657), done.
- remote: Compressing objects: 100% (178/178), done.
- remote: Total 6389 (delta 490), reused 535 (delta 460), pack-reused 5732 (from 1)
- Receiving objects: 100% (6389/6389), 3.71 MiB | 1.70 MiB/s, done.
- Resolving deltas: 100% (2791/2791), done.
- Cloning into '/build/sparrow/lark'...
- remote: Enumerating objects: 814, done.
- remote: Counting objects: 100% (65/65), done.
- remote: Compressing objects: 100% (43/43), done.
- remote: Total 814 (delta 17), reused 49 (delta 12), pack-reused 749 (from 1)
- Receiving objects: 100% (814/814), 896.91 KiB | 1.46 MiB/s, done.
- Resolving deltas: 100% (315/315), done.
- Submodule path 'drongo': checked out '5fd8e9416a81d71df1b2fe60fdea2f8264335800'
- Submodule path 'lark': checked out 'b41e83a0029f50c3ab3d85a075204797bc6d6ccd'
- root@ddc637f82aa7:/build# cd sparrow
- root@ddc637f82aa7:/build/sparrow# git submodule update --checkout
- root@ddc637f82aa7:/build/sparrow# cat << 'EOF' > gradle.properties
- org.gradle.jvmargs=-Dglass.platform=Monocle -Dmonocle.platform=Headless -Dprism.order=sw
- EOF
- root@ddc637f82aa7:/build/sparrow# ./gradlew jpackage
- Downloading https://services.gradle.org/distributions/gradle-8.9-bin.zip
- ............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
- Welcome to Gradle 8.9!
- Here are the highlights of this release:
- - Enhanced Error and Warning Messages
- - IDE Integration Improvements
- - Daemon JVM Information
- For more details see https://docs.gradle.org/8.9/release-notes.html
- Starting a Gradle Daemon (subsequent builds will be faster)
- > Configure project :
- Project : => 'com.sparrowwallet.sparrow' Java module
- > Task :createDelegatingModules
- /build/sparrow/build/jlinkbase/tmpjars/org.jdbi.v3.sqlobject/module-info.java:2: warning: [module] module name component v3 should avoid terminal digits
- open module org.jdbi.v3.sqlobject {
- ^
- 1 warning
- /build/sparrow/build/jlinkbase/tmpjars/org.antlr.antlr4.runtime/module-info.java:2: warning: [module] module name component antlr4 should avoid terminal digits
- open module org.antlr.antlr4.runtime {
- ^
- 1 warning
- /build/sparrow/build/jlinkbase/tmpjars/de.mkammerer.argon2/module-info.java:2: warning: [module] module name component argon2 should avoid terminal digits
- open module de.mkammerer.argon2 {
- ^
- 1 warning
- /build/sparrow/build/jlinkbase/tmpjars/org.jdbi.v3.core/module-info.java:2: warning: [module] module name component v3 should avoid terminal digits
- open module org.jdbi.v3.core {
- ^
- 1 warning
- /build/sparrow/build/jlinkbase/tmpjars/io.reactivex.rxjava2/module-info.java:2: warning: [module] module name component rxjava2 should avoid terminal digits
- open module io.reactivex.rxjava2 {
- ^
- 1 warning
- > Task :jlink
- WARNING: signed modular JAR /build/sparrow/build/jlinkbase/jlinkjars/bcprov-jdk18on-1.77.jar is currently not supported
- WARNING: signed modular JAR /build/sparrow/build/jlinkbase/jlinkjars/bcpg-jdk18on-1.77.jar is currently not supported
- > Task :jpackage
- [06:17:33.515] Creating association with null extension.
- [06:17:33.516] Creating association with null extension.
- [06:17:33.516] Creating association with null extension.
- [06:17:34.164] Creating association with null extension.
- [06:17:34.164] Creating association with null extension.
- [06:17:34.165] Creating association with null extension.
- [06:17:44.902] Creating association with null extension.
- [06:17:44.903] Creating association with null extension.
- [06:17:44.903] Creating association with null extension.
- [06:17:49.827] Creating association with null extension.
- [06:17:49.827] Creating association with null extension.
- [06:17:49.827] Creating association with null extension.
- BUILD SUCCESSFUL in 5m 48s
- 22 actionable tasks: 22 executed
- root@ddc637f82aa7:/build/sparrow# cd /build
- root@ddc637f82aa7:/build# wget https://github.com/sparrowwallet/sparrow/releases/download/${GIT_TAG}/sparrow-${GIT_TAG}-x86_64.tar.gz
- --2025-05-10 06:50:28-- https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-x86_64.tar.gz
- Resolving github.com (github.com)... 20.205.243.166
- Connecting to github.com (github.com)|20.205.243.166|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/72e84b88-405a-423b-b6b0-eb406eef8306?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T065034Z&X-Amz-Expires=300&X-Amz-Signature=1b908bdd952e50071d6f640bdc3034ff510c92f754948115d99624160936c970&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-x86_64.tar.gz&response-content-type=application%2Foctet-stream [following]
- --2025-05-10 06:50:28-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/72e84b88-405a-423b-b6b0-eb406eef8306?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T065034Z&X-Amz-Expires=300&X-Amz-Signature=1b908bdd952e50071d6f640bdc3034ff510c92f754948115d99624160936c970&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-x86_64.tar.gz&response-content-type=application%2Foctet-stream
- Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...
- Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 100359803 (96M) [application/octet-stream]
- Saving to: 'sparrow-2.1.3-x86_64.tar.gz'
- sparrow-2.1.3-x86_64.tar.gz 100%[======================================================>] 95.71M 3.43MB/s in 22s
- 2025-05-10 06:50:52 (4.26 MB/s) - 'sparrow-2.1.3-x86_64.tar.gz' saved [100359803/100359803]
- root@ddc637f82aa7:/build# tar xzf sparrow-${GIT_TAG}-x86_64.tar.gz
- root@ddc637f82aa7:/build# diff -r /build/sparrow/build/jpackage/Sparrow /build/Sparrow
- Binary files /build/sparrow/build/jpackage/Sparrow/lib/runtime/lib/modules and /build/Sparrow/lib/runtime/lib/modules differ
- root@ddc637f82aa7:/build# ls
- 2025-05-10.1248.sparrowdesktop_v2.1.3.log Sparrow prebuild-clean.sh sparrow-2.1.3-x86_64.tar.gz
- Dockerfile adoptium.asc sparrow
- root@ddc637f82aa7:/build# sha256sum sparrow-2.1.3-x86_64.tar.gz
- 15babdf8698a2f8d109f194ab5b5582e265155b92763e605ffdae5dff72e2e70 sparrow-2.1.3-x86_64.tar.gz
- root@ddc637f82aa7:/build# ls sparrow/build/jpackage/Sparrow/
- bin lib
- root@ddc637f82aa7:/build# ls
- 2025-05-10.1248.sparrowdesktop_v2.1.3.log Sparrow prebuild-clean.sh sparrow-2.1.3-x86_64.tar.gz
- Dockerfile adoptium.asc sparrow
- root@ddc637f82aa7:/build# sha256sum sparrow-2.1.3-x86_64.tar.gz
- 15babdf8698a2f8d109f194ab5b5582e265155b92763e605ffdae5dff72e2e70 sparrow-2.1.3-x86_64.tar.gz
- root@ddc637f82aa7:/build# cd sparrow
- root@ddc637f82aa7:/build/sparrow# cd build/jpackage/Sparrow
- root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# ls
- bin lib
- root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# ls bin
- Sparrow
- root@ddc637f82aa7:/build/sparrow/build/jpackage/Sparrow# cd ..
- root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
- Sparrow sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
- root@ddc637f82aa7:/build/sparrow/build/jpackage# cd ..
- root@ddc637f82aa7:/build/sparrow/build# tree jpackage/ --max-depth=1
- bash: tree: command not found
- root@ddc637f82aa7:/build/sparrow/build# apt install tree
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- The following NEW packages will be installed:
- tree
- 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
- Need to get 47.9 kB of archives.
- After this operation, 116 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 tree amd64 2.0.2-1 [47.9 kB]
- Fetched 47.9 kB in 9s (5533 B/s)
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package tree.
- (Reading database ... 9406 files and directories currently installed.)
- Preparing to unpack .../tree_2.0.2-1_amd64.deb ...
- Unpacking tree (2.0.2-1) ...
- Setting up tree (2.0.2-1) ...
- root@ddc637f82aa7:/build/sparrow/build# tree jpackage/ --max-depth=1
- tree: Invalid argument `--max-depth=1'.
- usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
- [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
- [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
- [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
- [--filelimit #] [--si] [--du] [--prune] [--charset X]
- [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
- [--] [directory ...]
- root@ddc637f82aa7:/build/sparrow/build# tree --max-depth=1 jpackage
- tree: Invalid argument `--max-depth=1'.
- usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
- [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
- [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
- [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
- [--filelimit #] [--si] [--du] [--prune] [--charset X]
- [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
- [--] [directory ...]
- root@ddc637f82aa7:/build/sparrow/build# tree --max-depth=1 jpackage/
- tree: Invalid argument `--max-depth=1'.
- usage: tree [-acdfghilnpqrstuvxACDFJQNSUX] [-L level [-R]] [-H baseHREF]
- [-T title] [-o filename] [-P pattern] [-I pattern] [--gitignore]
- [--matchdirs] [--metafirst] [--ignore-case] [--nolinks] [--inodes]
- [--device] [--sort[=]<name>] [--dirsfirst] [--filesfirst]
- [--filelimit #] [--si] [--du] [--prune] [--charset X]
- [--timefmt[=]format] [--fromfile] [--noreport] [--version] [--help]
- [--] [directory ...]
- root@ddc637f82aa7:/build/sparrow/build# ls
- classes generated image jlinkbase jpackage libs resources tmp
- root@ddc637f82aa7:/build/sparrow/build# cd jpackage/
- root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
- Sparrow sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
- root@ddc637f82aa7:/build/sparrow/build/jpackage# mv sparrow-2.1.3-1.x86_64.rpm built-sparrow-2.1.3-1.x86_64.rpm
- root@ddc637f82aa7:/build/sparrow/build/jpackage# wget https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-1.x86_64.rpm
- --2025-05-10 07:07:23-- https://github.com/sparrowwallet/sparrow/releases/download/2.1.3/sparrow-2.1.3-1.x86_64.rpm
- Resolving github.com (github.com)... 20.205.243.166
- Connecting to github.com (github.com)|20.205.243.166|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/157e4acb-5e9e-4c39-a7d6-1098b80bab43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T070730Z&X-Amz-Expires=300&X-Amz-Signature=10898f1b6edd0873d7513c33e63c3e793ecf0a26d22495d106b3aedcb23742f7&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-1.x86_64.rpm&response-content-type=application%2Foctet-stream [following]
- --2025-05-10 07:07:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/249139477/157e4acb-5e9e-4c39-a7d6-1098b80bab43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250510T070730Z&X-Amz-Expires=300&X-Amz-Signature=10898f1b6edd0873d7513c33e63c3e793ecf0a26d22495d106b3aedcb23742f7&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dsparrow-2.1.3-1.x86_64.rpm&response-content-type=application%2Foctet-stream
- Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.111.133, ...
- Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 100318916 (96M) [application/octet-stream]
- Saving to: 'sparrow-2.1.3-1.x86_64.rpm'
- sparrow-2.1.3-1.x86_64.rpm 100%[======================================================>] 95.67M 3.00MB/s in 32s
- 2025-05-10 07:07:57 (2.98 MB/s) - 'sparrow-2.1.3-1.x86_64.rpm' saved [100318916/100318916]
- root@ddc637f82aa7:/build/sparrow/build/jpackage# ls
- Sparrow built-sparrow-2.1.3-1.x86_64.rpm sparrow-2.1.3-1.x86_64.rpm sparrow_2.1.3-1_amd64.deb
- root@ddc637f82aa7:/build/sparrow/build/jpackage# sha256sum *.rpm
- 74f1d807e2871c468befa66e28d0dcb7b3727dab170128c442e7e7eff8685ae4 built-sparrow-2.1.3-1.x86_64.rpm
- 4ab0ca4447f5f00812223ec85cb7b67ef82736e58b479ad8f6fac667bfe429d2 sparrow-2.1.3-1.x86_64.rpm
- root@ddc637f82aa7:/build/sparrow/build/jpackage#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement