Skip to content

Commit be368eb

Browse files
committed
Move the script to the right location.
1 parent e8416b0 commit be368eb

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

git-last-processed-tags.sh

Lines changed: 0 additions & 82 deletions
This file was deleted.

git-to-freshports/git-last-processed-tags.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ fi
1717
# e.g. "doc ports src"
1818
repos="${REPOS_TO_CHECK_GIT}"
1919

20-
# start with an empty file
21-
rm -f ${INGRESS_LATEST_COMMITS}
22-
2320
LOGGERTAG='git-delta.sh'
2421

2522
# what remote are we using on this repo?
@@ -55,9 +52,6 @@ do
5552

5653
cd ${REPODIR}
5754

58-
# Bring local branch up-to-date with the local remote
59-
# ${GIT} fetch
60-
6155
NAME_OF_HEAD="main"
6256
NAME_OF_REMOTE=$REMOTE
6357
MAIN_BRANCH="$NAME_OF_REMOTE/$NAME_OF_HEAD"
@@ -83,5 +77,6 @@ do
8377

8478
done
8579
done
80+
logger things
8681

8782
exit $result

0 commit comments

Comments
 (0)