Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
25fd833e
Commit
25fd833e
authored
Apr 01, 2016
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Add quick helper scripts.
parent
bc630c94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
playbook/util/check-slapcache-channel
playbook/util/check-slapcache-channel
+1
-0
playbook/util/diff-playbook
playbook/util/diff-playbook
+11
-0
playbook/util/upload-to-cache
playbook/util/upload-to-cache
+1
-0
No files found.
playbook/util/check-slapcache-channel
0 → 100644
View file @
25fd833e
grep ^key /etc/opt/slapcache.cfg | cut -f3 -d\
playbook/util/diff-playbook
0 → 100644
View file @
25fd833e
HERE=`pwd`
rm -rf /tmp/tmpplaybook_*
DFILE="/tmp/tmpplaybook_unstable$(basename $0).$$/"
TFILE="archive.tar.gz"
mkdir -p $DFILE
cd $DFILE
slapcache-download --destination=$TFILE
tar -xzf $TFILE
rm $TFILE
diff -ruw $HERE $DFILE
playbook/util/upload-to-cache
0 → 100644
View file @
25fd833e
rm /tmp/archive.tar.gz && tar -czvf /tmp/archive.tar.gz . && slapcache-upload --file=/tmp/archive.tar.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment