commit
1a04fd5753
@ -17,9 +17,6 @@ env:
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/hostdir/repocache
|
||||
before_cache:
|
||||
- mv hostdir/repocache/* $HOME/repocache
|
||||
|
||||
before_script:
|
||||
- common/travis/prepare.sh
|
||||
- common/travis/fetch_upstream.sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# bootstrap.sh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# build.sh
|
||||
|
||||
@ -11,3 +11,4 @@ for pkg in $(cat /tmp/templates); do
|
||||
[ $? -eq 1 ] && exit 1
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# changed_templates.sh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# changed_templates.sh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# show_files.sh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
#
|
||||
# xlint.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user