summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-01-22 16:52:02 -0800
committerBryce Harrington <bryce@bryceharrington.org>2016-01-22 16:52:02 -0800
commit309dbe55fe5dd63973ae7c5616279c633b3eb3e6 (patch)
tree2548e05030fd57ef91d1e631329e6cac5d165ce8
parent53abfac1f576b504a640cf27854a702bb3d3fec2 (diff)
Drop wl_update - he wl_clone script already handles updates
-rwxr-xr-xwl_update23
1 files changed, 0 insertions, 23 deletions
diff --git a/wl_update b/wl_update
deleted file mode 100755
index 4bf3fa3..0000000
--- a/wl_update
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-. $HOME/.config/wayland-build-tools/wl_defines.sh
-
-# TODO: Check if tree already exists first
-# TODO: Bail if errors
-# TODO: Log output
-
-git_pull() {
- cd ${WLROOT}/$1
- git pull
-}
-
-git_pull wayland
-git_pull drm
-git_pull mesa
-git_pull libxkbcommon
-git_pull pixman
-git_pull cairo
-git_pull libunwind
-git_pull wayland-protocols
-git_pull libinput
-git_pull weston