Date: Saturday, May 7, 2022 @ 00:45:35
  Author: spupykin
Revision: 1196111

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
    (from rev 1196110, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
    (from rev 1196110, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
    (from rev 1196110, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
    (from rev 1196110, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

--------------------+
 PKGBUILD           |  308 +++++++++++++++++++++++++--------------------------
 ejabberd.logrotate |   24 +--
 print-deps.sh      |   60 ++++-----
 sysuser.conf       |    4 
 4 files changed, 199 insertions(+), 197 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-07 00:45:22 UTC (rev 1196110)
+++ PKGBUILD    2022-05-07 00:45:35 UTC (rev 1196111)
@@ -1,153 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Jeff 'codemac' Mickey <j...@archlinux.org>
-# Contributor: Alexander Rødseth <rods...@gmail.com>
-
-pkgname=ejabberd
-pkgver=22.05
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="https://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-        'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-           'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-       'etc/ejabberd/ejabberdctl.cfg'
-       'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-       
"base64url::git+https://github.com/dvv/base64url#commit=bf1360685da704c8453aba2268c4698c959d2ba4";
-       
"cache_tab::git+https://github.com/processone/cache_tab#commit=6da609074b855b904ab72e201c60f1a1e2c00b3f";
-       
"eimp::git+https://github.com/processone/eimp#commit=ec616de3762ce8498856b4fdadf8ba36045c6773";
-       
"ejabberd_po::git+https://github.com/processone/ejabberd-po#commit=9849703c3664e43452eae3245016a1c187f3edc4";
-       
"elixir::git+https://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2";
-       
"epam::git+https://github.com/processone/epam#commit=485aedb105c13c3c6763e5e5b86b9845cd4bec4a";
-       
"eredis::git+https://github.com/wooga/eredis#commit=9ad91f149310a7d002cb966f62b7e2c3330abb04";
-       
"esip::git+https://github.com/processone/esip#commit=f6231d9a62d841a35564ba11ba4d3c0cd82fd2a8";
-       
"ezlib::git+https://github.com/processone/ezlib#commit=af37eb27aa0614db8b89110a4b56806b7f3544c4";
-       
"fast_tls::git+https://github.com/processone/fast_tls#commit=ff20ea100f8f689b1b4d4ea141f99da9de96193a";
-       
"fast_xml::git+https://github.com/processone/fast_xml#commit=26d3247e7b7ff94a3bdcd30bad1193e2d86f511b";
-       
"fast_yaml::git+https://github.com/processone/fast_yaml#commit=b56ae418fcd9747a82946255bb89b0976a66b8d8";
-       
"idna::git+https://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff";
-       
"jiffy::git+https://github.com/davisp/jiffy#commit=9ea1b35b6e60ba21dfd4adbd18e7916a831fd7d4";
-       
"jose::git+https://github.com/potatosalad/erlang-jose#commit=090a2ed054304ecc012d6c2d9d10d2a294d835b1";
-       
"luerl::git+https://github.com/rvirding/luerl#commit=836d08ad3287d73d9c91cb11a590de15a1761027";
-       
"mqtree::git+https://github.com/processone/mqtree#commit=b87975f2c46ea44f3ed0dd484ae248aeea0c5d1e";
-       
"p1_acme::git+https://github.com/processone/p1_acme#commit=76b71f376767da84c7d3628abaabf2ee061d0634";
-       
"p1_mysql::git+https://github.com/processone/p1_mysql#commit=16508b6e5b9fd9b2776314160809960f404c0007";
-       
"p1_oauth2::git+https://github.com/processone/p1_oauth2#commit=e1fbe216c9e0c1f85b44bf9750af608fcc2848d2";
-       
"p1_pgsql::git+https://github.com/processone/p1_pgsql#commit=899609c5ce68832abe27853e4e3178f970ab7575";
-       
"p1_utils::git+https://github.com/processone/p1_utils#commit=ba816751674ab7df46978345ec4c0c84c0b44b0d";
-       
"pkix::git+https://github.com/processone/pkix#commit=9655992dc39e91fc8f5e237eea95d74ec9c01891";
-       
"rebar_elixir_plugin::git+https://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6";
-       
"sqlite3::git+https://github.com/processone/erlang-sqlite3#commit=a68c21ff012142326584c7512a6084a1b61619cc";
-       
"stringprep::git+https://github.com/processone/stringprep#commit=63f66b6b280ca9a7b8a79dd6ae4e0358c2c53a29";
-       
"stun::git+https://github.com/processone/stun#commit=c1171a5377e885ce9e94fc39f7a2de2c631a2cbe";
-       
"unicode_util_compat::git+https://github.com/benoitc/unicode_util_compat.git#commit=38d7bc105f51159e8ea3279c40121db9db1e652f";
-       
"xmpp::git+https://github.com/processone/xmpp#commit=80ab63b65de8d1ee4fdca5449f76816c50740e4c";
-       
"yconf::git+https://github.com/processone/yconf#commit=f15d4c0d76af795336f2c4869a2fc78f567cbf8b";
-       "$pkgname.logrotate"
-       "sysuser.conf")
-sha256sums=('b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
-            '68de8fd4df6e4f0e21a241dcd2b7075bdff495876646dd726c7054bf5780e3c6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p "$srcdir/$pkgname-$pkgver/deps"
-  for i in \
-    base64url cache_tab eimp ejabberd_po elixir epam eredis esip ezlib 
fast_tls fast_xml fast_yaml idna jiffy jose luerl mqtree p1_acme p1_mysql 
p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun 
unicode_util_compat xmpp yconf \
-    ; do
-    rm -rf "$srcdir/$pkgname-$pkgver/deps/$i"
-    mv "$srcdir"/$i "$srcdir/$pkgname-$pkgver/deps"
-  done
-  sed -i "s|git describe --tags 2>/dev/null|echo $pkgver|" configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  [ -x configure ] || ./autogen.sh
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --localstatedir=/var \
-    --enable-all
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  sed -i \
-    -e "s|$pkgdir||g" \
-    -e "s|Group=.*|Group=jabber|g" \
-    -e "s|User=.*|User=jabber|g" \
-    ejabberd.service
-  install -Dm0644 ejabberd.service 
"$pkgdir"/usr/lib/systemd/system/ejabberd.service
-
-  install -Dm04750 deps/epam/priv/bin/epam 
"$pkgdir"/usr/lib/ejabberd-$pkgver/priv/bin/epam
-  install -d "$pkgdir/var/lib/$pkgname"
-  install -D -m0644 "$srcdir/$pkgname.logrotate" 
"$pkgdir/etc/logrotate.d/$pkgname"
-  chmod ug+r "$pkgdir/etc/$pkgname/"*
-  chmod a+rx "$pkgdir/usr/bin/ejabberdctl" 
"$pkgdir/usr/lib/ejabberd-$pkgver/priv/bin/captcha.sh"
-  rm -rf "$pkgdir/var/lock"
-  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/ejabberd.conf
-  install -Dm644 tools/ejabberdctl.bc 
"$pkgdir"/usr/share/bash-completion/completions/ejabberdctl
-
-  # workaround
-  ln -s mod_configure.beam 
"$pkgdir"/usr/lib/ejabberd-$pkgver/ebin/configure.beam
-  rm -f "$pkgdir"/usr/bin/{elixir,iex,mix}
-
-  echo -e "\n\n# home dir workaround\nHOME=/var/lib/ejabberd" 
>>"$pkgdir"/etc/ejabberd/ejabberdctl.cfg
-
-  # /usr/lib/ejabberd symlink follows to ejabberd version
-  ln -s ejabberd-$pkgver "$pkgdir"/usr/lib/ejabberd
-
-  # permissions
-  chown -R 17:17 "$pkgdir"/var/{lib,log}/ejabberd
-  chown root:17 \
-    "$pkgdir"/etc/ejabberd/ejabberd.yml \
-    "$pkgdir"/etc/ejabberd/ejabberdctl.cfg \
-    "$pkgdir"/etc/ejabberd \
-    "$pkgdir"/usr/lib/ejabberd/priv/bin/epam
-
-  # fix eimp
-  chmod a+x "$pkgdir"/usr/lib/eimp-*/priv/bin/eimp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ejabberd/repos/community-x86_64/PKGBUILD (from rev 1196110, 
ejabberd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-07 00:45:35 UTC (rev 1196111)
@@ -0,0 +1,155 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Jeff 'codemac' Mickey <j...@archlinux.org>
+# Contributor: Alexander Rødseth <rods...@gmail.com>
+
+pkgname=ejabberd
+pkgver=22.05
+pkgrel=1
+pkgdesc="Jabber server written in Erlang"
+arch=('x86_64')
+url="https://www.ejabberd.im/";
+license=("GPL")
+depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
+        'libyaml' 'sqlite' 'gd')
+makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
+optdepends=('gsfonts: for captcha'
+           'imagemagick: for captcha')
+backup=('etc/ejabberd/ejabberd.yml'
+       'etc/ejabberd/ejabberdctl.cfg'
+       'etc/logrotate.d/ejabberd')
+options=(emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
+       
"base64url::git+https://github.com/dvv/base64url#commit=bf1360685da704c8453aba2268c4698c959d2ba4";
+       
"cache_tab::git+https://github.com/processone/cache_tab#commit=6da609074b855b904ab72e201c60f1a1e2c00b3f";
+       
"eimp::git+https://github.com/processone/eimp#commit=ec616de3762ce8498856b4fdadf8ba36045c6773";
+       
"ejabberd_po::git+https://github.com/processone/ejabberd-po#commit=9849703c3664e43452eae3245016a1c187f3edc4";
+       
"elixir::git+https://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2";
+       
"epam::git+https://github.com/processone/epam#commit=485aedb105c13c3c6763e5e5b86b9845cd4bec4a";
+       
"eredis::git+https://github.com/wooga/eredis#commit=9ad91f149310a7d002cb966f62b7e2c3330abb04";
+       
"esip::git+https://github.com/processone/esip#commit=f6231d9a62d841a35564ba11ba4d3c0cd82fd2a8";
+       
"ezlib::git+https://github.com/processone/ezlib#commit=af37eb27aa0614db8b89110a4b56806b7f3544c4";
+       
"fast_tls::git+https://github.com/processone/fast_tls#commit=ff20ea100f8f689b1b4d4ea141f99da9de96193a";
+       
"fast_xml::git+https://github.com/processone/fast_xml#commit=26d3247e7b7ff94a3bdcd30bad1193e2d86f511b";
+       
"fast_yaml::git+https://github.com/processone/fast_yaml#commit=b56ae418fcd9747a82946255bb89b0976a66b8d8";
+       
"idna::git+https://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff";
+       
"jiffy::git+https://github.com/davisp/jiffy#commit=9ea1b35b6e60ba21dfd4adbd18e7916a831fd7d4";
+       
"jose::git+https://github.com/potatosalad/erlang-jose#commit=090a2ed054304ecc012d6c2d9d10d2a294d835b1";
+       
"luerl::git+https://github.com/rvirding/luerl#commit=836d08ad3287d73d9c91cb11a590de15a1761027";
+       
"mqtree::git+https://github.com/processone/mqtree#commit=b87975f2c46ea44f3ed0dd484ae248aeea0c5d1e";
+       
"p1_acme::git+https://github.com/processone/p1_acme#commit=76b71f376767da84c7d3628abaabf2ee061d0634";
+       
"p1_mysql::git+https://github.com/processone/p1_mysql#commit=16508b6e5b9fd9b2776314160809960f404c0007";
+       
"p1_oauth2::git+https://github.com/processone/p1_oauth2#commit=e1fbe216c9e0c1f85b44bf9750af608fcc2848d2";
+       
"p1_pgsql::git+https://github.com/processone/p1_pgsql#commit=899609c5ce68832abe27853e4e3178f970ab7575";
+       
"p1_utils::git+https://github.com/processone/p1_utils#commit=ba816751674ab7df46978345ec4c0c84c0b44b0d";
+       
"pkix::git+https://github.com/processone/pkix#commit=9655992dc39e91fc8f5e237eea95d74ec9c01891";
+       
"rebar_elixir_plugin::git+https://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6";
+       
"sqlite3::git+https://github.com/processone/erlang-sqlite3#commit=a68c21ff012142326584c7512a6084a1b61619cc";
+       
"stringprep::git+https://github.com/processone/stringprep#commit=63f66b6b280ca9a7b8a79dd6ae4e0358c2c53a29";
+       
"stun::git+https://github.com/processone/stun#commit=c1171a5377e885ce9e94fc39f7a2de2c631a2cbe";
+       
"unicode_util_compat::git+https://github.com/benoitc/unicode_util_compat.git#commit=38d7bc105f51159e8ea3279c40121db9db1e652f";
+       
"xmpp::git+https://github.com/processone/xmpp#commit=80ab63b65de8d1ee4fdca5449f76816c50740e4c";
+       
"yconf::git+https://github.com/processone/yconf#commit=f15d4c0d76af795336f2c4869a2fc78f567cbf8b";
+       "$pkgname.logrotate"
+       "sysuser.conf")
+sha256sums=('b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
+            '68de8fd4df6e4f0e21a241dcd2b7075bdff495876646dd726c7054bf5780e3c6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$srcdir/$pkgname-$pkgver/deps"
+  for i in \
+    base64url cache_tab eimp ejabberd_po elixir epam eredis esip ezlib 
fast_tls fast_xml fast_yaml idna jiffy jose luerl mqtree p1_acme p1_mysql 
p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun 
unicode_util_compat xmpp yconf \
+    ; do
+    rm -rf "$srcdir/$pkgname-$pkgver/deps/$i"
+    mv "$srcdir"/$i "$srcdir/$pkgname-$pkgver/deps"
+  done
+  sed -i "s|git describe --tags 2>/dev/null|echo $pkgver|" configure.ac
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  [ -x configure ] || ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --localstatedir=/var \
+    --enable-all
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  sed -i \
+    -e "s|$pkgdir||g" \
+    -e "s|Group=.*|Group=jabber|g" \
+    -e "s|User=.*|User=jabber|g" \
+    ejabberd.service
+  sed -i -e "s|$pkgdir||g" "$pkgdir"/usr/bin/ejabberdctl
+
+  install -Dm0644 ejabberd.service 
"$pkgdir"/usr/lib/systemd/system/ejabberd.service
+
+  install -Dm04750 deps/epam/priv/bin/epam 
"$pkgdir"/usr/lib/ejabberd-$pkgver/priv/bin/epam
+  install -d "$pkgdir/var/lib/$pkgname"
+  install -D -m0644 "$srcdir/$pkgname.logrotate" 
"$pkgdir/etc/logrotate.d/$pkgname"
+  chmod ug+r "$pkgdir/etc/$pkgname/"*
+  chmod a+rx "$pkgdir/usr/bin/ejabberdctl" 
"$pkgdir/usr/lib/ejabberd-$pkgver/priv/bin/captcha.sh"
+  rm -rf "$pkgdir/var/lock"
+  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/ejabberd.conf
+  install -Dm644 tools/ejabberdctl.bc 
"$pkgdir"/usr/share/bash-completion/completions/ejabberdctl
+
+  # workaround
+  ln -s mod_configure.beam 
"$pkgdir"/usr/lib/ejabberd-$pkgver/ebin/configure.beam
+  rm -f "$pkgdir"/usr/bin/{elixir,iex,mix}
+
+  echo -e "\n\n# home dir workaround\nHOME=/var/lib/ejabberd" 
>>"$pkgdir"/etc/ejabberd/ejabberdctl.cfg
+
+  # /usr/lib/ejabberd symlink follows to ejabberd version
+  ln -s ejabberd-$pkgver "$pkgdir"/usr/lib/ejabberd
+
+  # permissions
+  chown -R 17:17 "$pkgdir"/var/{lib,log}/ejabberd
+  chown root:17 \
+    "$pkgdir"/etc/ejabberd/ejabberd.yml \
+    "$pkgdir"/etc/ejabberd/ejabberdctl.cfg \
+    "$pkgdir"/etc/ejabberd \
+    "$pkgdir"/usr/lib/ejabberd/priv/bin/epam
+
+  # fix eimp
+  chmod a+x "$pkgdir"/usr/lib/eimp-*/priv/bin/eimp
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ejabberd.logrotate
===================================================================
--- ejabberd.logrotate  2022-05-07 00:45:22 UTC (rev 1196110)
+++ ejabberd.logrotate  2022-05-07 00:45:35 UTC (rev 1196111)
@@ -1,12 +0,0 @@
-/var/log/ejabberd/ejabberd.log {
-     weekly
-     missingok
-     rotate 10
-     compress
-     delaycompress
-     ifempty
-     nomail
-     sharedscripts
-     postrotate ejabberdctl --node ejabberd reopen-log > /dev/null
-     endscript
-}

Copied: ejabberd/repos/community-x86_64/ejabberd.logrotate (from rev 1196110, 
ejabberd/trunk/ejabberd.logrotate)
===================================================================
--- ejabberd.logrotate                          (rev 0)
+++ ejabberd.logrotate  2022-05-07 00:45:35 UTC (rev 1196111)
@@ -0,0 +1,12 @@
+/var/log/ejabberd/ejabberd.log {
+     weekly
+     missingok
+     rotate 10
+     compress
+     delaycompress
+     ifempty
+     nomail
+     sharedscripts
+     postrotate ejabberdctl --node ejabberd reopen-log > /dev/null
+     endscript
+}

Deleted: print-deps.sh
===================================================================
--- print-deps.sh       2022-05-07 00:45:22 UTC (rev 1196110)
+++ print-deps.sh       2022-05-07 00:45:35 UTC (rev 1196111)
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-#
-# Helper script which prints ejabberd deps' urls including commit hash
-#
-
-test -d src/ejabberd-*/config || makepkg -od || exit 1
-
-cd src/ejabberd-*/config && cd ..
-
-rm -rf deps
-
-[ -x configure ] || ./autogen.sh
-./configure --enable-all
-make deps || exit 1
-
-cd deps ; ls -1 | while read g; do
-       test -d $g && \
-       pushd $g &>/dev/null
-       if [ $? -eq 0 ]; then
-               U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-               C=`git rev-parse HEAD`
-               N=`basename $(pwd)`
-               echo -e "\t\"$N::$U#commit=$C\""
-       fi
-       popd &>/dev/null
-done | sed 's|https://|git+https://|' >../../../PKGBUILD.inc
-
-cd ../../..
-cat PKGBUILD.inc | cut -f2 -d'"' | cut -f1 -d: | tr '\n' ' ' >PKGBUILD.inc2

Copied: ejabberd/repos/community-x86_64/print-deps.sh (from rev 1196110, 
ejabberd/trunk/print-deps.sh)
===================================================================
--- print-deps.sh                               (rev 0)
+++ print-deps.sh       2022-05-07 00:45:35 UTC (rev 1196111)
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+#
+# Helper script which prints ejabberd deps' urls including commit hash
+#
+
+test -d src/ejabberd-*/config || makepkg -od || exit 1
+
+cd src/ejabberd-*/config && cd ..
+
+rm -rf deps
+
+[ -x configure ] || ./autogen.sh
+./configure --enable-all
+make deps || exit 1
+
+cd deps ; ls -1 | while read g; do
+       test -d $g && \
+       pushd $g &>/dev/null
+       if [ $? -eq 0 ]; then
+               U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
+               C=`git rev-parse HEAD`
+               N=`basename $(pwd)`
+               echo -e "\t\"$N::$U#commit=$C\""
+       fi
+       popd &>/dev/null
+done | sed 's|https://|git+https://|' >../../../PKGBUILD.inc
+
+cd ../../..
+cat PKGBUILD.inc | cut -f2 -d'"' | cut -f1 -d: | tr '\n' ' ' >PKGBUILD.inc2

Deleted: sysuser.conf
===================================================================
--- sysuser.conf        2022-05-07 00:45:22 UTC (rev 1196110)
+++ sysuser.conf        2022-05-07 00:45:35 UTC (rev 1196111)
@@ -1,2 +0,0 @@
-g jabber     17     -            -
-u jabber     17     -            /var/lib/ejabberd

Copied: ejabberd/repos/community-x86_64/sysuser.conf (from rev 1196110, 
ejabberd/trunk/sysuser.conf)
===================================================================
--- sysuser.conf                                (rev 0)
+++ sysuser.conf        2022-05-07 00:45:35 UTC (rev 1196111)
@@ -0,0 +1,2 @@
+g jabber     17     -            -
+u jabber     17     -            /var/lib/ejabberd

Reply via email to