Sha256: 5850a96bd18dd63ec527e63f7ba065916d5babfb3037922c0ec313cfdfcbf8fd

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

#! /bin/sh
# a simple script to create a Foreman nightly snapshot release.
# cant use git-archive because of git submodules

GIT_DIR=~/git
WWW_DIR=~/theforeman.org/public

cd $GIT_DIR
tar c foreman/ --exclude=".git*" --exclude "*.log" --exclude "*.sqlite3" --exclude "vendor/rails/railties/guides" |bzip2 -9 > $WWW_DIR/foreman-nightly.tar.bz2

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/extras/git2nightly_snapshot
foreman_discovery-1.0.0.rc4 test/foreman_app/extras/git2nightly_snapshot
foreman_discovery-1.0.0.rc3 test/foreman_app/extras/git2nightly_snapshot
foreman_discovery-1.0.0.rc2 test/foreman_app/extras/git2nightly_snapshot
foreman_discovery-1.0.0.rc1 test/foreman_app/extras/git2nightly_snapshot