Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/5.14.0-539.el9.x86_64/redhat/ |
Upload File : |
# variables that can be overrided by ~/.rhpkg.mk or $(TOPDIR)/.rhpkg.mk # # Command to invoke rhpkg ifeq ("$(DISTRO)", "fedora") RHPKG_BIN:=fedpkg else ifeq ("$(DISTRO)", "centos") RHPKG_BIN:=centpkg else RHPKG_BIN:=rhpkg endif # Kerberos username for pkgs.devel.redhat.com ifndef RHSELFTESTDATA RHDISTGIT_USER:="$(shell whoami)" else RHDISTGIT_USER:="shadowman" endif # Local dist-git _clean_ clone. To be used when updating dist-git #RHDISTGIT_CACHE:= # Temporary directory to clone the dist-git repo to. Change this if you # have a faster storage RHDISTGIT_TMP?=/tmp # load configuration, starting with home directory then local ifeq ("$(RHDISTGIT_CACHE)", "") ifneq ("$(wildcard ${HOME}/.rhpkg.mk)", "") include ${HOME}/.rhpkg.mk endif ifneq ("$(wildcard $(TOPDIR)/.rhpkg.mk)", "") include $(TOPDIR)/.rhpkg.mk endif endif