New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/30950#issuecomment-842425491 Comment: > ``` > Run ./xbps-src lint-commits FETCH_HEAD > ./xbps-src: line 354: xbps-uhelper: command not found > ./xbps-src: line 358: xbps-uhelper: command not found > xbps-install is missing in your system, can't continue! > xbps-query is missing in your system, can't continue! > xbps-rindex is missing in your system, can't continue! > xbps-uhelper is missing in your system, can't continue! > xbps-reconfigure is missing in your system, can't continue! > xbps-remove is missing in your system, can't continue! > xbps-create is missing in your system, can't continue! > xbps-uchroot is missing in your system, can't continue! > xbps-uunshare is missing in your system, can't continue! > Error: Process completed with exit code 1. > ``` > > maybe make it a CI helper instead? CI helper would make it hard for other people to run locally, which is my ultimate goal. I'm thinking about `ln -sf /bin/true /some/where/in/path/xbps-` instead :-p