aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-11 13:53:51 +0000
committerB. Stack <bgstack15@gmail.com>2023-01-11 13:53:51 +0000
commitae8b4b3010818997bc577f6eb18efffbfe43540d (patch)
tree9d49cc5add8be0115f9c778629917a4267df5b45 /README.md
parentuse +stackrpms release name (diff)
parentMerge branch 'master' into 'b3.24.34' (diff)
downloadgtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.tar.gz
gtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.tar.bz2
gtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.zip
Merge branch 'b3.24.34' into 'master'
update to 3.24.34 See merge request bgstack15/gtk3-classic-build!2
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