|
Last change
on this file since 104 was
41,
checked in by anonymous, 6 years ago
|
|
add bin
|
-
Property svn:executable set to
*
|
|
File size:
604 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | build_path=$1 |
|---|
| 3 | target=$2 |
|---|
| 4 | subtarget=$3 |
|---|
| 5 | conf_dir=$4 |
|---|
| 6 | |
|---|
| 7 | cd ${build_path} |
|---|
| 8 | #bundle exec ruby bin/md2site make -t ${target} -s ${subtarget} -c ${conf_dir} |
|---|
| 9 | #bundle exec ruby bin/md2site info -z -c _xtest/wtjx/t12/conf |
|---|
| 10 | #echo bundle exec ruby bin/md2site make -t d -s 2018 -c ${conf_dir} |
|---|
| 11 | |
|---|
| 12 | # bundle exec ruby bin/md2site make -t $target -s $subtarget -c ${conf_dir} |
|---|
| 13 | #/var/www/tmp-work/var/local/ruby/2.5.3/bin/bundle exec ruby bin/md2site make -t $target -s $subtarget -c ${conf_dir} |
|---|
| 14 | |
|---|
| 15 | RUBYOPT=--encoding=UTF-8 /var/www/tmp-work/var/local/ruby/2.5.3/bin/md2site make -t $target -s $subtarget -c ${conf_dir} |
|---|
Note: See
TracBrowser
for help on using the repository browser.