mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
More verbose build script. Slightly more verbose.
This commit is contained in:
parent
6f86fc97db
commit
57609f9e6d
1 changed files with 9 additions and 0 deletions
|
@ -6,7 +6,16 @@ git pull
|
|||
cd ..
|
||||
|
||||
|
||||
echo
|
||||
echo "*** Clearing the archives folder..."
|
||||
rm archives/*
|
||||
|
||||
|
||||
echo
|
||||
echo "*** Building all packages..."
|
||||
./buildarchive magit yasnippet markdown-mode markdown-mode+ deft gist hl-sentence ido-ubiquitous haskell-mode color-theme-solarized full-ack evil undo-tree
|
||||
|
||||
echo
|
||||
echo "*** Pushing changes to the server..."
|
||||
./sync
|
||||
|
||||
|
|
Loading…
Reference in a new issue