This commit is contained in:
2024-02-09 15:19:07 +00:00
parent 4ddc50f366
commit 5905c02459

View File

@@ -35,6 +35,8 @@ if [[ ! $REPO_NAME =~ ^https.* ]]; then
echo " receivepack = true" >> config echo " receivepack = true" >> config
# git config --bool core.bare true # git config --bool core.bare true
fi fi
PEAR_KEY=$(git pear key)
PEAR_REPO=$(git pear list -s)
echo "REPO_NAME: $REPO_NAME" >> /tmp/debug.log echo "REPO_NAME: $REPO_NAME" >> /tmp/debug.log
echo "ORIGINAL_NAME: $ORIGINAL_NAME" >> /tmp/debug.log echo "ORIGINAL_NAME: $ORIGINAL_NAME" >> /tmp/debug.log
echo "GIT_PEAR: $GIT_PEAR" >> /tmp/debug.log echo "GIT_PEAR: $GIT_PEAR" >> /tmp/debug.log