-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
- Loading branch information
Andrea Righi
committed
Jul 10, 2023
1 parent
a1ed336
commit b0c7952
Showing
2 changed files
with
32 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1 @@ | ||
# Recreate any symlinks created since the orig. | ||
# Remove any files deleted from the orig. | ||
rm -f 'scripts/is_rust_module.sh' | ||
chmod +x 'debian/cloud-tools/hv_get_dhcp_info' | ||
chmod +x 'debian/cloud-tools/hv_get_dns_info' | ||
chmod +x 'debian/cloud-tools/hv_set_ifconfig' | ||
chmod +x 'debian/rules' | ||
chmod +x 'debian/scripts/checks/abi-check' | ||
chmod +x 'debian/scripts/checks/final-checks' | ||
chmod +x 'debian/scripts/checks/module-check' | ||
chmod +x 'debian/scripts/checks/module-signature-check' | ||
chmod +x 'debian/scripts/checks/retpoline-check' | ||
chmod +x 'debian/scripts/control-create' | ||
chmod +x 'debian/scripts/dkms-build' | ||
chmod +x 'debian/scripts/dkms-build--nvidia-N' | ||
chmod +x 'debian/scripts/dkms-build-configure--zfs' | ||
chmod +x 'debian/scripts/file-downloader' | ||
chmod +x 'debian/scripts/helpers/close' | ||
chmod +x 'debian/scripts/helpers/open' | ||
chmod +x 'debian/scripts/helpers/rebase' | ||
chmod +x 'debian/scripts/link-headers' | ||
chmod +x 'debian/scripts/link-lib-rust' | ||
chmod +x 'debian/scripts/misc/annotations' | ||
chmod +x 'debian/scripts/misc/arch-has-odm-enabled.sh' | ||
chmod +x 'debian/scripts/misc/find-missing-sauce.sh' | ||
chmod +x 'debian/scripts/misc/fw-to-ihex.sh' | ||
chmod +x 'debian/scripts/misc/gen-auto-reconstruct' | ||
chmod +x 'debian/scripts/misc/getabis' | ||
chmod +x 'debian/scripts/misc/git-ubuntu-log' | ||
chmod +x 'debian/scripts/misc/insert-changes' | ||
chmod +x 'debian/scripts/misc/insert-mainline-changes' | ||
chmod +x 'debian/scripts/misc/insert-ubuntu-changes' | ||
chmod +x 'debian/scripts/misc/kernelconfig' | ||
chmod +x 'debian/scripts/misc/retag' | ||
chmod +x 'debian/scripts/misc/sanitize-annotations' | ||
chmod +x 'debian/scripts/misc/splitconfig.pl' | ||
chmod +x 'debian/scripts/misc/update-aufs.sh' | ||
chmod +x 'debian/scripts/module-inclusion' | ||
chmod +x 'debian/scripts/retpoline-extract' | ||
chmod +x 'debian/scripts/retpoline-extract-one' | ||
chmod +x 'debian/scripts/sign-module' | ||
chmod +x 'debian/templates/extra.postinst.in' | ||
chmod +x 'debian/templates/extra.postrm.in' | ||
chmod +x 'debian/templates/headers.postinst.in' | ||
chmod +x 'debian/templates/image.postinst.in' | ||
chmod +x 'debian/templates/image.postrm.in' | ||
chmod +x 'debian/templates/image.preinst.in' | ||
chmod +x 'debian/templates/image.prerm.in' | ||
chmod +x 'debian/tests-build/check-aliases' | ||
chmod +x 'debian/tests/rebuild' | ||
chmod +x 'debian/tests/ubuntu-regression-suite' | ||
chmod +x 'drivers/watchdog/f71808e_wdt.c' | ||
chmod -x 'scripts/is_rust_module.sh' | ||
chmod +x 'update-dkms-versions' | ||
exit 0 |