Skip to content

Commit 1269f94

Browse files
authored
Merge pull request #16 from jubilee2/16.7
16.7.7
2 parents f55a7a0 + 4db9fd9 commit 1269f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PACKAGECLOUD_REPO=raspberry-pi2
22
RELEASE_PACKAGE=gitlab-ce
3-
RELEASE_VERSION=16.6.0-ce.0
3+
RELEASE_VERSION=16.7.7-ce.0
44
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/packages/raspbian/buster/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf.deb/download.deb

assets/wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function clean_stale_pids() {
2424
# - any (s)ocket or regular (f)ile
2525
# - by the name of "*.pid" or "socket.?"
2626
# - and delete them
27-
find $x \
27+
find $x -maxdepth 4 \
2828
\( \
2929
-type f \
3030
-o -type s \

0 commit comments

Comments
 (0)