Skip to content

Commit

Permalink
Move the script to the right location.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Dec 25, 2023
1 parent e8416b0 commit be368eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
82 changes: 0 additions & 82 deletions git-last-processed-tags.sh

This file was deleted.

7 changes: 1 addition & 6 deletions git-to-freshports/git-last-processed-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ fi
# e.g. "doc ports src"
repos="${REPOS_TO_CHECK_GIT}"

# start with an empty file
rm -f ${INGRESS_LATEST_COMMITS}

LOGGERTAG='git-delta.sh'

# what remote are we using on this repo?
Expand Down Expand Up @@ -55,9 +52,6 @@ do

cd ${REPODIR}

# Bring local branch up-to-date with the local remote
# ${GIT} fetch

NAME_OF_HEAD="main"
NAME_OF_REMOTE=$REMOTE
MAIN_BRANCH="$NAME_OF_REMOTE/$NAME_OF_HEAD"
Expand All @@ -83,5 +77,6 @@ do

done
done
logger things

exit $result

0 comments on commit be368eb

Please sign in to comment.