I hereby claim:
- I am ankitrgadiya on github.
- I am ankitgadiya (https://keybase.io/ankitgadiya) on keybase.
- I have a public key ASDsauSU64HezFBDi3418Z7WEmwO5ToJrBQKGXrErq8Gjgo
To claim this, I am signing this object:
#!/bin/sh | |
echo '<?xml version="1.0" encoding="UTF-8"?> | |
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' > sitemap.xml | |
find html/ -type f -name '*.html' | sed -e 's@^@<url><loc>$(HOST)@g' -e 's@$@</loc></url>@g' >> sitemap.xml | |
echo '</urlset>' >> sitemap.xml |
image: ankitrgadiya/pandoc | |
pages: | |
script: | |
- make all | |
- mv html public | |
artifacts: | |
paths: | |
- public | |
only: |
set autofocus | |
set smoothscroll | |
let searchlimit=5 | |
let completionengines=["google", "wikipedia"] | |
let defaultengine="google" | |
let homedirectory="/home/elliot/" | |
let barposition="top" |
I hereby claim:
To claim this, I am signing this object:
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<match target="font"> | |
<edit mode="assign" name="antialias"> | |
<bool>true</bool> | |
</edit> | |
<edit mode="assign" name="embeddedbitmap"> | |
<bool>false</bool> | |
</edit> |
#! /usr/bin/env bash | |
# set -x | |
if [ ! -f "./Gopkg.toml" ] && [ ! -d "./.git" ] | |
then | |
echo "Directory is not correct" | |
exit 1 | |
fi |
diff --git a/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go b/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
index 47a69a2a..fcded4aa 100644 | |
--- a/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
+++ b/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
@@ -85,7 +85,8 @@ const ( | |
// MysqlBackupStatus defines the observed state of MysqlBackup | |
type MysqlBackupStatus struct { | |
- // Complete marks the backup in final state | |
+ // Completed indicates whether the backup is in a final state, |
diff --git a/PKGBUILD b/PKGBUILD | |
index 02e0d54..9656423 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -10,7 +10,7 @@ url="http://xmlsoft.org/" | |
license=('GPL') | |
depends=('zlib') | |
options=('!libtool') | |
-source=("ftp://xmlsoft.org/libxml2/old/${pkgname}-${pkgver}.tar.gz") | |
+source=("http://xmlsoft.org/sources/old/${pkgname}-${pkgver}.tar.gz") |
#!/bin/bash | |
echo "Installing the CLI..." | |
pip3 install -i https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple rapyuta-io-cli | |
echo "Ensure docker is running..." | |
sudo systemctl start docker | |
echo "Run a virtual robot inside docker..." | |
docker run \ |
diff '--color=auto' --unified --recursive --text bond_core/smclib/package.xml bond_core.new/smclib/package.xml | |
--- bond_core/smclib/package.xml 2022-01-10 02:21:04.187157016 +0530 | |
+++ bond_core.new/smclib/package.xml 2022-01-10 02:16:40.986046532 +0530 | |
@@ -5,14 +5,7 @@ | |
<package format="3"> | |
<name>smclib</name> | |
<version>1.8.6</version> | |
- <description> | |
- The State Machine Compiler (SMC) from http://smc.sourceforge.net/ | |
- converts a language-independent description of a state machine |