Compare commits

..

9 Commits

Author SHA1 Message Date
eyedeekay
0b40e9362e path fixups 2025-09-12 11:03:27 -04:00
eyedeekay
df06178755 path fixups 2025-09-12 10:31:24 -04:00
eyedeekay
4211eb7c18 Merge branch 'master' of github.com:eyedeekay/i2p.firefox 2025-09-12 10:24:28 -04:00
eyedeekay
b1adef0a60 fix conflict 2025-09-12 10:24:01 -04:00
eyedeekay
a50216142d fix urls 2025-09-12 10:22:01 -04:00
idk
09881984a3 Merge branch 'i2p:master' into master 2025-09-12 09:34:23 -04:00
eyedeekay
06f9e809a0 No profile upgrades so no profile build 2025-09-12 09:24:36 -04:00
eyedeekay
59c6a6f1f0 bump version to 2.10.0 2025-09-12 09:02:16 -04:00
eyedeekay
9f96c39053 build 2.8.2
Some checks failed
Java 22 CI / nsis-jdk22 (push) Has been cancelled
Java 22 CI / buildjpackagexe-jdk22 (push) Has been cancelled
Java 22 CI / buildjpackagmsi-jdk22 (push) Has been cancelled
Java 22 CI / buildzip-jdk22 (push) Has been cancelled
Java 22 CI / buildtgz-jdk22 (push) Has been cancelled
Java CI / nsis (push) Has been cancelled
Java CI / buildjpackagexe (push) Has been cancelled
Java CI / buildjpackagmsi (push) Has been cancelled
Java CI / buildzip (push) Has been cancelled
Java CI / buildtgz (push) Has been cancelled
Nightly Release / build (push) Has been cancelled
Nightly 22 Release / build (push) Has been cancelled
Release / build (push) Has been cancelled
2025-04-01 15:55:23 -04:00
6 changed files with 39 additions and 5 deletions

22
.github/workflows/github-sync.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
# File: .github/workflows/github-sync.yml for I2P_Developers/i2p.firefox
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: repo-sync
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: repo-sync/github-sync@v2
with:
source_repo: "https://i2pgit.org/I2P_Developers/i2p.firefox"
source_branch: "master"
destination_branch: "master"
github_token: ${{ secrets.PAT }}

View File

@@ -190,7 +190,7 @@ Issues
------
To report issues against this browser profile, please file issues
at [the official Gitlab](https://i2pgit.org/i2p-hackers/i2p.firefox)
at [the official Gitlab](https://i2pgit.org/I2P_Developers/i2p.firefox)
or the [Github Mirror](https://github.com/i2p/i2p.firefox). Issues
pertaining to the plugins may be reported to their upstream
maintainers if it's determined that our configuration is not at

View File

@@ -53,7 +53,7 @@ if [ ! -d "$SCRIPT_DIR/../i2p.i2p.jpackage-build/" ]; then
git clone --depth=1 -b "$VERSION" -l "$SCRIPT_DIR/../i2p.i2p/" "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
else
echo cloning from remote i2p.i2p repository
git clone --depth=1 -b "$VERSION" https://i2pgit.org/I2P_Developers/i2p.i2p "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
git clone --depth=1 -b "$VERSION" https://github.com/i2p/i2p.i2p "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
fi
fi
cd "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"

View File

@@ -1,3 +1,3 @@
# I2P Easy-Install 2.8.0
# I2P Easy-Install 2.10.0
This release updates the embedded I2P router to I2P 2.8.0.
This release updates the embedded I2P router to I2P 2.10.0.

View File

@@ -30,6 +30,18 @@ else
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
fi
if echo $I2P_VERSION | grep -o "[0-9]\+\.[0-9]\+\.[0-9]\+"; then
echo "Detected I2P version $I2P_VERSION"
else
echo "Could not detect I2P version, defaulting to master"
I2P_VERSION="master"
export I2P_VERSION="master"
VERSION="master"
export VERSION="master"
I2PFIREFOX_VERSION="2.9.0"
export I2PFIREFOX_VERSION="2.9.0"
fi
# Comment this out to build from an alternate branch or
# the tip of the master branch.
#VERSION=i2p-2.4.0

View File

@@ -573,7 +573,7 @@ cd ..
<p>
To report issues against this browser profile, please file issues
at
<a href="https://i2pgit.org/i2p-hackers/i2p.firefox">
<a href="https://i2pgit.org/I2P_Developers/i2p.firefox">
the official Gitlab
</a>
or the