- Apps Scriptプロジェクトのデプロイ手続きを、非対話的に行えない
- "Publish > Deploy as API executable..."に相当する処理
- REST APIとしてcreate deployが提供されており、呼び出しも成功するが、authorizationができない
- claspも同様
- 一度authorizeされたデプロイを再デプロイすることは、非対話的に行える
-
clasp redeployに相当 - Apps ScriptプロジェクトのCloud Platformへの切り替え手続きを、非対話的に行えない
- Deployment ManagerでApp Engineのアプリを扱えない
- そもそもApp EngineはCloud Platformのプロジェクトと1:1なので、それがDeployment Managerとしてどう見えるのかが不明
This file contains hidden or 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
| #!/bin/sh | |
| # | |
| # rmd2pdf.sh - Convert RMD to PDF reproducibly | |
| # | |
| # Requirements: lualatex (TeXlive) | |
| # | |
| set -e | |
| rmd=$1 |
- Clone Inkscape Git repo
- Install brew
- Update to the latest
- Build Inkscape following the Wiki except:
- Install into
$HOME/.localinstead of../inst
- Install into
- If build fails, install the missing thing by
brew install something- Repeat until build finishes
- Fix
shared-mime-infomkdir -p /usr/local/share/mime/packages
cp /usr/local/Cellar/shared-mime-info/1.8_1/share/shared-mime-info/packages/freedesktop.org.xml /usr/local/share/mime/packages
- Basically follow [1]
- But virt-manager can't open /dev/kvm
- Make
libvirt-qemuuser joinkvmgroup (usingvigr)
- Make
TL;DR - Use diffconfig
Initial build
- Create
.configby runningmake menuconfiginteractively - Generate diffconfig by running
./script/diffconfig.shand save it (e.g.~/hoge.config) - Do build (
make)
Incremental build
- Fix system header internal include (XXX evil XXX)
- Replace
#include <sys/*.h>with#include "sys/*.h"in/usr/include/*.h - Replace
#include <sys/*.h>with#include "*.h"in/usr/include/sys/*.h
- Replace
- Symlink
liblto_plugin.so
cd ${TOOLDIR}/libexec/gcc/x86_64--netbsd/5.4.0
ln -sf liblto_plugin.so.0.0 liblto_plugin.so.0
ln -sf liblto_plugin.so.0.0 liblto_plugin.so.0
- XXX
genmatchvs.libiconv
- Click the interesting packet
- Select "File" -> "Export Specified Packets"
- Select "Packet Range" -> "Selected packets only"
NewerOlder