This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/22283 )
Change subject: OBS: use _sourcedir to write rpmlintrc
......................................................................
OBS: use _sourcedir to write rpmlintrc
Change-Id: I16e1b3fe297ab516ceff4742ff39633480f3720e
---
M scripts/common-obs.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, but someone else must approve
roox: Looks good to me, but someone else must approve; Verified
osmith: Looks good to me, approved
diff --git a/scripts/common-obs.sh b/scripts/common-obs.sh
index ace0e81..366d72e 100644
--- a/scripts/common-obs.sh
+++ b/scripts/common-obs.sh
@@ -85,7 +85,7 @@
# Instead of writing to the SOURCES dir, we could upload osmocom-rpmlintrc as
# additional source for each package. But that's way more effort, not worth it.
echo "setBadness('shlib-fixed-dependency', 0)" \\
- > /home/abuild/rpmbuild/SOURCES/osmocom-rpmlintrc
+ > "%{_sourcedir}/osmocom-rpmlintrc"
EOF
fi
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/22283
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I16e1b3fe297ab516ceff4742ff39633480f3720e
Gerrit-Change-Number: 22283
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: roox <mardnh at gmx.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210119/441f5316/attachment.htm>