Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zyppng #1603

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Zyppng #1603

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e8d7759
initial bindings for zyppng
jreidinger Sep 12, 2024
5e0fd0e
fix build of Context
jreidinger Sep 13, 2024
e7e667a
add exceptions with TODO for init macro
jreidinger Sep 13, 2024
4f9f0e1
add zypp expected
jreidinger Sep 13, 2024
d1c6e21
fix expected generation
jreidinger Sep 13, 2024
78367f4
add zyp info base
jreidinger Sep 13, 2024
2dc9173
generate rest of current structs
jreidinger Sep 13, 2024
d938aec
generate also builders
jreidinger Sep 13, 2024
ac04955
add example binary
jreidinger Sep 16, 2024
4d2404a
improve example
jreidinger Sep 17, 2024
da2487e
first version of setup script and try to improve submodules
jreidinger Sep 18, 2024
a3d82ee
more git module changes
jreidinger Sep 18, 2024
e37094f
exclude gir from workspace
jreidinger Sep 18, 2024
e1ab38e
fix rubygem name
jreidinger Sep 18, 2024
22efa1d
workaround issue with gir workspace
jreidinger Sep 18, 2024
9d291de
make script idempotent
jreidinger Sep 19, 2024
68cd4d7
fix build libzypp with glib
jreidinger Sep 19, 2024
3fc2029
update to the fixed version of libzypp
jreidinger Sep 19, 2024
551ea5c
document how to run script with distrobox
jreidinger Sep 19, 2024
38cce04
Update gir-files location for zypp and simplify lib.rs
jreidinger Sep 19, 2024
3826dec
autogenerate documentaion with help of rustdoc-stripper
jreidinger Sep 19, 2024
13d2d60
Add readme and install doc tool
jreidinger Sep 20, 2024
84094d2
setup_env.sh: sudo only where it is available
mvidner Sep 20, 2024
9a1e4c8
setup_env.sh: parallel make (nproc)
mvidner Sep 20, 2024
db9914c
setup_env.sh: remove rust RPMs before installing via rustup
mvidner Sep 20, 2024
4bf4f97
setup_env.sh: save space by not building zypp autodocs
mvidner Sep 20, 2024
15a5f9b
setup_env.sh: a readable error when sudo is missing
mvidner Sep 20, 2024
61b1e19
setup_env.sh: make executable
mvidner Sep 20, 2024
07f3a45
testing_using_container: fix unbound variable
mvidner Sep 23, 2024
581537b
setup_env.sh: don't invoke cmake twice
mvidner Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "rust/libzypp/gir"]
path = rust/libzypp/gir
url = https://github.com/gtk-rs/gir
branch = master
update = none
[submodule "rust/libzypp/gir-files"]
path = rust/libzypp/gir-files
url = https://github.com/gtk-rs/gir-files
branch = master
update = none
[submodule "rust/libzypp/libzypp"]
path = rust/libzypp/libzypp
url = https://github.com/openSUSE/libzypp
branch = zyppng-staging
update = none
Loading
Loading