mirror of
https://github.com/uroesch/GitPortable.git
synced 2026-08-24 02:14:14 -05:00
Release v2.43.0.2-uroesch
Summary: * Upstream release v2.43.0
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# Build and upload a new release
|
||||
# Author: Urs Roesch https://github.com/uroesch
|
||||
# Version: 0.1.1
|
||||
# Version: 0.2.0
|
||||
# -----------------------------------------------------------------------------
|
||||
name: up-release
|
||||
name: pa-github-release
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9].*-uroesch"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
up-release:
|
||||
@@ -17,7 +21,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Git repo setup
|
||||
run: |2+
|
||||
@@ -31,11 +35,19 @@ jobs:
|
||||
run: |2+
|
||||
mkdir ../scripts &&
|
||||
cd ../scripts &&
|
||||
curl --silent -JLO https://raw.githubusercontent.com/uroesch/PortableApps/master/scripts/up-release.sh &&
|
||||
curl --silent -JLO https://raw.githubusercontent.com/uroesch/PortableApps/master/scripts/docker-build.sh &&
|
||||
curl --silent -JLO https://raw.githubusercontent.com/uroesch/PortableApps/master/scripts/pa-github-release.sh
|
||||
|
||||
- name: Run build script via docker
|
||||
- name: Run build via docker
|
||||
shell: bash
|
||||
run: bash ../scripts/up-release.sh
|
||||
run: bash ../scripts/docker-build.sh
|
||||
timeout-minutes: 25
|
||||
|
||||
- name: Upload release
|
||||
shell: bash
|
||||
run: |2+
|
||||
printf -v message "Release %s\n\nSummary:\n * Upstream release v%s\n"
|
||||
bash ../scripts/pa-github-release.sh -m "${message}"
|
||||
timeout-minutes: 25
|
||||
|
||||
|
||||
@@ -1,32 +1,32 @@
|
||||
[Launch]
|
||||
Name=GitCmdPortable
|
||||
ProgramExecutable=Git\git-cmd.exe
|
||||
WorkingDirectory=%PAL:DataDir%\home
|
||||
WaitForEXE1=wish.exe
|
||||
WaitForEXE2=git-bash.exe
|
||||
WaitForEXE3=gitk.exe
|
||||
WaitForEXE4=git.exe
|
||||
DirectoryMoveOK=yes
|
||||
MinOS=Vista
|
||||
|
||||
[Environment]
|
||||
HOME=%PAL:DataDir%\home
|
||||
PATH=%PAL:AppDir%\Git\bin;%PAL:AppDir%\Git\usr\bin;%PATH%
|
||||
|
||||
[FileWrite1]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastDrive:ForwardSlash%%PAL:LastPackagePartialDir:ForwardSlash%
|
||||
Replace=%PAL:Drive:ForwardSlash%%PAL:PackagePartialDir:ForwardSlash%
|
||||
|
||||
[FileWrite2]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastPortableAppsBaseDir:ForwardSlash%
|
||||
Replace=%PAL:PortableAppsBaseDir:ForwardSlash%
|
||||
|
||||
[FileWrite3]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastDrive%/
|
||||
Replace=%PAL:Drive%/
|
||||
[Launch]
|
||||
Name=GitCmdPortable
|
||||
ProgramExecutable=Git\git-cmd.exe
|
||||
WorkingDirectory=%PAL:DataDir%\home
|
||||
WaitForEXE1=wish.exe
|
||||
WaitForEXE2=git-bash.exe
|
||||
WaitForEXE3=gitk.exe
|
||||
WaitForEXE4=git.exe
|
||||
DirectoryMoveOK=yes
|
||||
MinOS=Vista
|
||||
|
||||
[Environment]
|
||||
HOME=%PAL:DataDir%\home
|
||||
PATH=%PAL:AppDir%\Git\bin;%PAL:AppDir%\Git\usr\bin;%PATH%
|
||||
|
||||
[FileWrite1]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastDrive:ForwardSlash%%PAL:LastPackagePartialDir:ForwardSlash%
|
||||
Replace=%PAL:Drive:ForwardSlash%%PAL:PackagePartialDir:ForwardSlash%
|
||||
|
||||
[FileWrite2]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastPortableAppsBaseDir:ForwardSlash%
|
||||
Replace=%PAL:PortableAppsBaseDir:ForwardSlash%
|
||||
|
||||
[FileWrite3]
|
||||
Type=Replace
|
||||
File=%PAL:DataDir%\home\.gitconfig
|
||||
Find=%PAL:LastDrive%/
|
||||
Replace=%PAL:Drive%/
|
||||
|
||||
@@ -51,5 +51,5 @@ ShellCommand =
|
||||
[FileTypeIcons]
|
||||
|
||||
[Version]
|
||||
PackageVersion = 2.42.0.4
|
||||
DisplayVersion = 2.42.0.2-uroesch
|
||||
PackageVersion = 2.43.0.0
|
||||
DisplayVersion = 2.43.0.2-uroesch
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[Version]
|
||||
Upstream = 2.42.0
|
||||
Package = 2.42.0.4
|
||||
Display = 2.42.0.2-uroesch
|
||||
Upstream = 2.43.0
|
||||
Package = 2.43.0.0
|
||||
Display = 2.43.0.2-uroesch
|
||||
|
||||
[Archive]
|
||||
GithubPath1 = git-for-windows/git
|
||||
GithubAsset1 = PortableGit.*32-bit
|
||||
URL1 = https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/PortableGit-2.42.0.2-32-bit.7z.exe
|
||||
Checksum1 = SHA256::213E48D5D0E86F4CF2DA2D5D1012E477D58EA03F16D7008B6751C32F731080C1
|
||||
URL1 = https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/PortableGit-2.43.0-32-bit.7z.exe
|
||||
Checksum1 = SHA256::C33F9AA7BF9C59E24DB71B65E9D75B1E8532562175AFEF380119AA1EEE90AFD1
|
||||
TargetName1 = Git
|
||||
ExtractName1 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user