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
<?php | |
/* | |
Plugin Name: Less Rewrite Rules | |
Plugin URI: https://conversionready.com | |
Description: Less matching, more speed. Removes "attachment", "feed", "trackback" rewrites. | |
Author: Leho Kraav | |
Author URI: https://conversionready.com | |
Version: 2015.05.01 | |
License: MIT | |
*/ |
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
<?xml version="1.0"?> | |
<psalm | |
errorLevel="1" | |
reportMixedIssues="false" | |
resolveFromConfigFile="true" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="https://getpsalm.org/schema/config" | |
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" | |
> | |
<projectFiles> |
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
set -e | |
WORKDIR=/home/.appsupport_systemimg_patch | |
TMPWORKDIR="$WORKDIR/tmp" | |
SQUASHFS_ROOT="$TMPWORKDIR/squashfs-root" | |
MOUNT_ROOT="$TMPWORKDIR/systemimg_mount" | |
SYSTEM_IMG=/opt/appsupport/system.img | |
ORIG_IMG_FILE=orig_img_path.txt | |
FEDORA22_REPO=https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/aarch64/os/Packages |
OlderNewer