nulib-spout/_merge2php82

26 lines
635 B
Plaintext
Raw Normal View History

2025-01-23 07:02:12 +04:00
#!/bin/bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
mydir="$(cd "$(dirname -- "$0")"; pwd)"
myself="$mydir/$(basename -- "$0")"
cwd="$(pwd)"
if [ "$1" != --stage2 -o -z "$2" ]; then
cp "$myself" /tmp/merge2php82.sh
exec /tmp/merge2php82.sh --stage2 "$mydir"
fi
cd "$2" || die
if [ -f vendor/nulib/php/load.sh ]; then
source ./vendor/nulib/php/load.sh || exit 1
else
source /etc/nulib.sh || exit 1
fi
git checkout php82
2025-01-24 17:11:02 +04:00
git rebase php74 ||
2025-01-23 07:02:12 +04:00
die "Le rebase automatique a échoué. Après avoir résolu les conflits, faire
2025-01-24 17:11:02 +04:00
git checkout php74
2025-01-23 07:02:12 +04:00
pp -af
"
2025-01-24 17:11:02 +04:00
git checkout php74
2025-01-23 07:02:12 +04:00
pp -af