aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-22 11:46:42 -0400
committerB. Stack <bgstack15@gmail.com>2022-09-22 11:46:42 -0400
commit36341883a36d3f445403d3c547836f2a549e54dd (patch)
treefdafd4bed743923e5c9386fbd59c98bf5c8f74e9 /README.md
parentMerge branch 'build-3.24.31' into 'master' (diff)
downloadgtk3-classic-build-36341883a36d3f445403d3c547836f2a549e54dd.tar.gz
gtk3-classic-build-36341883a36d3f445403d3c547836f2a549e54dd.tar.bz2
gtk3-classic-build-36341883a36d3f445403d3c547836f2a549e54dd.zip
update to 3.24.34b3.24.34
also add deploy-to-obs.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4366c1..b4246d1 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ The `gtk3-classic-build-deb.sh` script and Makefile can be used to generate the
The shell script finds the available gtk3 versions in debian, and gtk3-classic releases, and then finds the highest version that matches between the two. This highest version then gets downloaded, given the patches in `debian/patches/series`, and then the .dsc and .debian.tar.xz file are generated!
+An optional way to use it with `deploy-to-obs.sh`. If you need to use a custom committish for any value, define it in an environment variable.
+
+ RAW=3.24.34 CLASSIC=defuzz-3.24.34 DEB=3.24.34-3 sh -x ./deploy-to-obs.sh
+
### rpm script
The `gtk-classic-build-rpm.sh` script can be used to generate a git repository contents that can be used by rpkg on the COPR. This script also generates a src.rpm which can be used to build an rpm locally.
bgstack15