summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-12 10:16:50 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-12 10:16:50 +0100
commitb885d98a5c88fd7d155ff60f606053e644dfc155 (patch)
tree411c4eef83e86939c4566c1d86ab0cec0629f3db
parent2d8310c1c970cc91d9cb87c70617c4270e832709 (diff)
Add forgotten patch file to git
-rw-r--r--packages/reproducible-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/reproducible-build.patch b/packages/reproducible-build.patch
new file mode 100644
index 0000000..963f07c
--- /dev/null
+++ b/packages/reproducible-build.patch
@@ -0,0 +1,13 @@
+diff --git a/babosa.gemspec b/babosa.gemspec
+index 502c217..492be89 100644
+--- a/babosa.gemspec
++++ b/babosa.gemspec
+@@ -28,8 +28,4 @@ Gem::Specification.new do |s|
+
+ s.required_ruby_version = ">= 2.6.0"
+
+- s.cert_chain = [File.expand_path("certs/parndt.pem", __dir__)]
+- if $PROGRAM_NAME.end_with?("gem") && ARGV.include?("build") && ARGV.include?(__FILE__)
+- s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
+- end
+ end