Browse Source

Clean up dev configuration file

Leo 8 years ago
parent
commit
d8a68725ee
2 changed files with 2 additions and 10 deletions
  1. 0 7
      dev.json
  2. 2 3
      dev.scm

+ 0 - 7
dev.json

@@ -1,7 +0,0 @@
-{
-  "progs": [
-    "ydump dev.json", "task", "du -sh ./_build/src/oclaunch.native",
-    "free -h", "echo \"Finish\"", "bdump -w daemon,rc,commands /tmp/v033"
-  ],
-  "settings": []
-}

+ 2 - 3
dev.scm

@@ -3,8 +3,7 @@
 
 
 ((entries
-  (((command "ydump dev.json") (tags ())) ((command task) (tags ()))
+  (((command "cat dev.scm") (tags ())) ((command task) (tags ()))
    ((command "du -sh ./_build/src/oclaunch.native") (tags ()))
-   ((command "free -h") (tags ())) ((command "echo \"Finish\"") (tags ()))
-   ((command "bdump -w daemon,rc,commands /tmp/v033") (tags ()))))
+   ((command "free -h") (tags ())) ((command "echo \"Finish\"") (tags ()))))
  (common_tags ()) (settings ()))