We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c3d0a commit 4429072Copy full SHA for 4429072
2 files changed
pkg/apk/APKBUILD
@@ -17,7 +17,7 @@
17
# under the License.
18
#
19
20
-# Maintainer: "Apache Pulsar <dev@pulsar.apache.org>"
+# Maintainer: Apache Pulsar <dev@pulsar.apache.org>
21
22
pkgname="apache-pulsar-client"
23
pkgver="$VERSION"
pkg/apk/build-apk.sh
@@ -37,6 +37,6 @@ export VERSION=`echo $POM_VERSION | sed -E 's/\-[a-zA-Z]+//'`
37
echo "VERSION: $VERSION"
38
39
sudo abuild-keygen -a -i -n
40
-sudo abuild -F -c -r
+abuild -F -c -r
41
42
cp -r /root/packages/pkg ./build
0 commit comments