From f948bbc97495b070657671cffb1cd6880ec4f551 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 27 Mar 2024 16:57:44 +1100 Subject: [PATCH] fix Makefile --- git-getperl.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/git-getperl.sh b/git-getperl.sh index 9dcb49a..d5e4ee0 100755 --- a/git-getperl.sh +++ b/git-getperl.sh @@ -277,7 +277,7 @@ RESPONSE=$(curl "$checkSSL" "$SILENT4CURL" -X 'POST' \ -d '{ "auto_init": true, "default_branch": "master", - "description": "'"perl git repo for $RepoName $ORGGITEA"'", + "description": "'"$PACKAGETYPE git repo for $RepoName $ORGGITEA"'", "gitignores": "", "issue_labels": "Default", "license": "Apache-2.0", @@ -406,7 +406,6 @@ if [ $DEBUG ] ; then echo "************Found 3rd party package $NAME" ; fi git lfs install git lfs track "*.$EXT" git add .gitattributes -#git config lfs.http://gitea.bjsystems.co.uk/SMEContribs/bugzilla.git/info/lfs.locksverify true if [[ -f $perlFiles/$RepoName/$ARCHIVEFILE ]] ; then if [ $DEBUG ] ; then echo "************Copying archivefile $perlFiles/$RepoName/$ARCHIVEFILE" ; fi cp $perlFiles/$RepoName/$ARCHIVEFILE . @@ -439,7 +438,7 @@ fi # Edit the Readme.md - try to add a link to the wiki for this package - only if it is an SME package cd $GITFiles/$RepoName -DESCRIPTION=`rpm --queryformat '%{description}\n' --specfile "$SPECFILE"` +DESCRIPTION=`rpm --queryformat '%{description}\n' --specfile $SPECFILE` cat > README.md <<- _EOT # $RepoName