summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
Commit message (Expand)AuthorAgeFilesLines
* add install_symlink functionPablo Correa Gómez2021-12-011-17/+45
* fix BSD ldconfig handling (#9631)Eli Schwartz2021-11-281-5/+13
* minstall: do not run ldconfig on the *BSDsEli Schwartz2021-11-251-0/+4
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-2/+2
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* minstall: Ignore ldconfig errors when we did not install librariesXavier Claessens2021-10-101-9/+22
* add install_emptydir functionEli Schwartz2021-10-081-2/+16
* condense linesEli Schwartz2021-10-041-10/+5
* f-stringsEli Schwartz2021-10-041-14/+12
* Add install tagsXavier Claessens2021-08-171-9/+15
* minstall: restore_selinux_contexts: fix env testStéphane Cerveau2021-08-061-6/+3
* install: apply ldconfig at the end of the installStéphane Cerveau2021-08-061-1/+19
* install: update restore_selinux to use popen_safeStéphane Cerveau2021-08-061-7/+8
* destdir: Allow relative to build directoryXavier Claessens2021-08-041-5/+10
* resolve symlinks passed to -CPaolo Bonzini2021-07-071-2/+2
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* minstall: make intentions clearerDylan Baker2021-06-221-2/+2
* mesonlib: Fix FileMode type annotationsDylan Baker2021-06-221-1/+2
* minstall: fix type annotation for add_argumentsDylan Baker2021-06-221-1/+1
* minstall: always track meson-created directoriesEli Schwartz2021-03-181-5/+1
* minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt2021-03-061-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-18/+18
* minstall: Add --skip-subprojects optionXavier Claessens2021-02-221-17/+38
* Fix destdir detection for installation via polkitXℹ Ruoyao2021-02-161-1/+1
* minstall: Add --dry-run optionXavier Claessens2021-02-041-24/+100
* add_install_script: add skip_if_destdir kwargXavier Claessens2021-01-301-3/+6
* minstall: Add --destdir command line optionXavier Claessens2021-01-301-0/+7
* Fix executable as script on WindowsXavier Claessens2021-01-301-7/+3
* minstall: Fix signature of monkeypatched os.chownDylan Baker2021-01-131-3/+12
* minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker2021-01-131-25/+25
* minstall: Pass DirMaker separately instead of adding to instanceDylan Baker2021-01-131-24/+23
* minstall: Add type annotationsDylan Baker2021-01-131-31/+64
* build: Add some type annotationsDylan Baker2021-01-131-0/+2
* minstall: fix importsDylan Baker2021-01-131-6/+10
* Fix missed imports in #7902wereii2020-12-281-0/+3
* mtest: only build what is needed for the testsPaolo Bonzini2020-12-141-1/+17
* install: don't elevate when using destdirThomas Weißschuh2020-12-101-1/+1
* pylint: Turn on warnings for incorrect number of argsDylan Baker2020-09-221-1/+1
* minstall: Add version field to install dataNirbheek Chauhan2020-09-101-1/+13
* minstall: Print a big FAILED when a script failsNirbheek Chauhan2020-09-081-4/+6
* simplify shutil usage by invoking copy2 where appropriateEli Schwartz2020-08-201-4/+2
* Let .pc files specify rpath.Dan Kegel2020-05-161-1/+1
* Do not call restorecon if there are no files to installMichael Kuhn2020-03-291-0/+4
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-031-9/+9
* minstall: Add a new option --quietNirbheek Chauhan2020-02-171-10/+18
* minstall: Optimize when to call makedirs()Nirbheek Chauhan2020-02-171-9/+11
* minstall: Error out when trying to copy file to dirNirbheek Chauhan2020-02-171-0/+1
* minstall: Fix check for when something was installedNirbheek Chauhan2020-02-171-10/+11
* minstall: Add new hidden argument --profile-selfNirbheek Chauhan2020-02-171-1/+9
* minstall: Make --only-changed less verboseNirbheek Chauhan2020-02-111-1/+5