Compare commits
9 Commits
i2p-firefo
...
i2p-firefo
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0b40e9362e | ||
![]() |
df06178755 | ||
![]() |
4211eb7c18 | ||
![]() |
b1adef0a60 | ||
![]() |
a50216142d | ||
![]() |
09881984a3 | ||
![]() |
06f9e809a0 | ||
![]() |
59c6a6f1f0 | ||
![]() |
9f96c39053 |
22
.github/workflows/github-sync.yml
vendored
Normal file
22
.github/workflows/github-sync.yml
vendored
Normal 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 }}
|
@@ -190,7 +190,7 @@ Issues
|
|||||||
------
|
------
|
||||||
|
|
||||||
To report issues against this browser profile, please file 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
|
or the [Github Mirror](https://github.com/i2p/i2p.firefox). Issues
|
||||||
pertaining to the plugins may be reported to their upstream
|
pertaining to the plugins may be reported to their upstream
|
||||||
maintainers if it's determined that our configuration is not at
|
maintainers if it's determined that our configuration is not at
|
||||||
|
@@ -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/"
|
git clone --depth=1 -b "$VERSION" -l "$SCRIPT_DIR/../i2p.i2p/" "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
|
||||||
else
|
else
|
||||||
echo cloning from remote i2p.i2p repository
|
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
|
||||||
fi
|
fi
|
||||||
cd "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
|
cd "$SCRIPT_DIR/../i2p.i2p.jpackage-build/"
|
||||||
|
@@ -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.
|
||||||
|
12
i2pversion
12
i2pversion
@@ -30,6 +30,18 @@ else
|
|||||||
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
fi
|
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
|
# Comment this out to build from an alternate branch or
|
||||||
# the tip of the master branch.
|
# the tip of the master branch.
|
||||||
#VERSION=i2p-2.4.0
|
#VERSION=i2p-2.4.0
|
||||||
|
@@ -573,7 +573,7 @@ cd ..
|
|||||||
<p>
|
<p>
|
||||||
To report issues against this browser profile, please file issues
|
To report issues against this browser profile, please file issues
|
||||||
at
|
at
|
||||||
<a href="https://i2pgit.org/i2p-hackers/i2p.firefox">
|
<a href="https://i2pgit.org/I2P_Developers/i2p.firefox">
|
||||||
the official Gitlab
|
the official Gitlab
|
||||||
</a>
|
</a>
|
||||||
or the
|
or the
|
||||||
|
Reference in New Issue
Block a user