Skip to content

Commit

Permalink
- updated pot and po files
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Nov 7, 2024
1 parent c517c3a commit ba7a98c
Show file tree
Hide file tree
Showing 67 changed files with 16,776 additions and 141 deletions.
45 changes: 45 additions & 0 deletions configure-hell.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#!/bin/bash -xe

make -f Makefile.repo
make clean
make check


./configure --disable-btrfs --disable-btrfs-quota --disable-rollback
make clean
make check

./configure --disable-btrfs --disable-btrfs-quota --disable-rollback --enable-selinux
make clean
make check

./configure --disable-btrfs-quota --disable-rollback
make clean
make check

./configure --disable-btrfs-quota --disable-rollback --enable-selinux
make clean
make check

./configure --disable-btrfs-quota
make clean
make check

./configure --disable-rollback
make clean
make check

./configure --disable-zypp
make clean
make check


./configure --disable-lvm
make clean
make check


./configure --disable-ext4
make clean
make check

19 changes: 19 additions & 0 deletions copy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash

HOST=192.168.1.91

rsync -v -ar --files-from=- / root@$HOST:/ <<EOF
/usr/bin/snapper
/usr/sbin/snapperd
/usr/sbin/snbk
/usr/lib64/libsnapper.so.7
/usr/lib64/libsnapper.so.7.4.3
/usr/lib/zypp/plugins/commit/snapper-zypp-plugin
/usr/lib/systemd/system/snapper-boot.service
/usr/lib/systemd/system/snapper-cleanup.service
/usr/lib/systemd/system/snapper-timeline.service
/usr/lib/systemd/system/snapper-backup.service
/usr/lib/systemd/system/snapper-backup.timer
/usr/lib/systemd/system/snapperd.service
/usr/lib/snapper/systemd-helper
EOF
Loading

0 comments on commit ba7a98c

Please sign in to comment.