[arch-commits] Commit in gitlab-shell/trunk (PKGBUILD gitlab-shell.install)

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Oct 11 19:26:37 UTC 2021


    Date: Monday, October 11, 2021 @ 19:26:36
  Author: anatolik
Revision: 1029603

Drop the old symlink that was needed for compatibility. Migration to the new shell suppose to be done long time ago.

Modified:
  gitlab-shell/trunk/PKGBUILD
  gitlab-shell/trunk/gitlab-shell.install

----------------------+
 PKGBUILD             |    3 ---
 gitlab-shell.install |    5 -----
 2 files changed, 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 19:23:51 UTC (rev 1029602)
+++ PKGBUILD	2021-10-11 19:26:36 UTC (rev 1029603)
@@ -89,9 +89,6 @@
   cp -r VERSION bin spec support "${pkgdir}${_datadir}"
   ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
 
-  # Compatibility for FS#64251
-  ln -s gitlab-shell "${pkgdir}"/${_datadir}/bin/gitlab-shell-ruby
-
   install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Modified: gitlab-shell.install
===================================================================
--- gitlab-shell.install	2021-10-11 19:23:51 UTC (rev 1029602)
+++ gitlab-shell.install	2021-10-11 19:26:36 UTC (rev 1029603)
@@ -2,8 +2,3 @@
     echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
     echo "Put a secret bytestring to /etc/webapps/gitlab-shell/secret"
 }
-
-post_upgrade() {
-    echo "If you have previously installed gitlab-shell and now git pull fails on a repo, try changing the shell:"
-    echo "usermod -s /usr/share/webapps/gitlab-shell/bin/gitlab-shell gitlab"
-}



More information about the arch-commits mailing list