Skip to content

Instantly share code, notes, and snippets.

@smasty
smasty / test.lua
Last active February 20, 2016 13:23
Test
-- manifest test
-- testing push access to gist repo
{
packages = {
["lunaci"] = {
["0.2-1"] = {
dependencies = {
"lua >= 5.1",
"penlight >= 1.3.3.luadist",
"lualogging >= 1.3.0",
}
}
-- LuaDist Manifest file
-- Generated on 2016-03-23, 13:35
{
packages = {
lua_cliargs = {
["1.1-1"] = {
dependencies = {
"lua >= 5.1"
}
},
@smasty
smasty / bootstrap.sh
Created May 8, 2016 17:16
LunaCI bootstrap script
#!/usr/bin/env bash
REPO=`dirname "$(cd ${0%/*} && echo $PWD/${0##*/})"`
LUADIST_BOOTSTRAP="$REPO/luadist-bootstrap"
INSTALLATION="$REPO/_install"
DATA_DIR="data"
# Get LuaDist bootstrap
git clone "https://github.com/LuaDist-core/bootstrap.git" "$LUADIST_BOOTSTRAP"