mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 14:44:36 +08:00
e61eb57b6b
Add scripts that can be used to build docker images and executed from inside docker containers to verify build or run the testsuite. Some tweaks are needed at each step to make things work. - docker-build - build the image - docker-run - run the default command (test-build) - run-tests - run the testsuite Signed-off-by: David Sterba <dsterba@suse.com>
107 lines
1.8 KiB
Plaintext
107 lines
1.8 KiB
Plaintext
*.o
|
|
*.static.o
|
|
*.o.d
|
|
|
|
/.cc-defines.h
|
|
/version.h
|
|
/btrfs
|
|
/btrfs.static
|
|
/btrfs-map-logical
|
|
/btrfs-map-logical.static
|
|
/btrfs-fragments
|
|
/btrfs-fragments.static
|
|
/btrfsck
|
|
/mkfs.btrfs
|
|
/mkfs.btrfs.static
|
|
/btrfs-convert
|
|
/btrfs-convert.static
|
|
/btrfs-find-root
|
|
/btrfs-find-root.static
|
|
/btrfs-image
|
|
/btrfs-image.static
|
|
/btrfs-corrupt-block
|
|
/btrfs-corrupt-block.static
|
|
/btrfs-select-super
|
|
/btrfs-select-super.static
|
|
/btrfs-crc
|
|
/btrfstune
|
|
/btrfstune.static
|
|
/btrfs-sb-mod
|
|
/mktables
|
|
|
|
/libbtrfs.a
|
|
/libbtrfs.so*
|
|
/library-test
|
|
/library-test-static
|
|
/libbtrfsutil.so*
|
|
/libbtrfsutil.a
|
|
|
|
/libbtrfsutil/libbtrfsutil.pc
|
|
|
|
/fssum
|
|
/testsuite-id
|
|
/tests/*-tests-results.txt
|
|
/tests/test-console.txt
|
|
/tests/test.img
|
|
/tests/mnt/
|
|
*.restored
|
|
/ioctl-test
|
|
/send-test
|
|
/quick-test
|
|
/json-formatter-test
|
|
/hash-speedtest
|
|
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.cache
|
|
/config/*
|
|
/config.h
|
|
/config.h.in
|
|
/config.h.in~
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/Makefile.inc
|
|
|
|
/tags
|
|
/TAGS
|
|
/cscope.out
|
|
/cscope.files
|
|
/cscope.in.out
|
|
/cscope.po.out
|
|
.*
|
|
!.editorconfig
|
|
|
|
/ci/images/*/devel.tar.gz
|
|
|
|
/Documentation/Makefile
|
|
/Documentation/*.html
|
|
/Documentation/btrfs-balance.8
|
|
/Documentation/btrfs-check.8
|
|
/Documentation/btrfs-convert.8
|
|
/Documentation/btrfs-device.8
|
|
/Documentation/btrfs-filesystem.8
|
|
/Documentation/btrfs-find-root.8
|
|
/Documentation/btrfs-image.8
|
|
/Documentation/btrfs-inspect-internal.8
|
|
/Documentation/btrfs-ioctl.3
|
|
/Documentation/btrfs-man5.5
|
|
/Documentation/btrfs-map-logical.8
|
|
/Documentation/btrfs-property.8
|
|
/Documentation/btrfs-qgroup.8
|
|
/Documentation/btrfs-quota.8
|
|
/Documentation/btrfs-receive.8
|
|
/Documentation/btrfs-replace.8
|
|
/Documentation/btrfs-rescue.8
|
|
/Documentation/btrfs-restore.8
|
|
/Documentation/btrfs-scrub.8
|
|
/Documentation/btrfs-select-super.8
|
|
/Documentation/btrfs-send.8
|
|
/Documentation/btrfs-subvolume.8
|
|
/Documentation/btrfs.8
|
|
/Documentation/btrfstune.8
|
|
/Documentation/fsck.btrfs.8
|
|
/Documentation/mkfs.btrfs.8
|
|
|
|
*.patch
|