summaryrefslogtreecommitdiff
path: root/docs/source/taskreference.rst
blob: 16c41b5262776f44805002d8e21ba99e60daba0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
==============
Task Reference
==============

Xnt has a number of built in tasks to aid you in writing a simple build file.

Overview of Tasks
=================

* `File Tasks`_

* `Archive Tasks`_

* `Miscellaneous Tasks`_

* `Compile Tasks`_

* `SCM Tasks`_

File Tasks
==========

.. autofunction:: xnt.tasks.expandpath
   :noindex:

.. autofunction:: xnt.tasks.cp
   :noindex:

.. autofunction:: xnt.tasks.mv
   :noindex:

.. autofunction:: xnt.tasks.mkdir
   :noindex:

.. autofunction:: xnt.tasks.rm
   :noindex:

Archive Tasks
=============

.. autofunction:: xnt.tasks.create_zip
   :noindex:

Miscellaneous Tasks
===================

.. autofunction:: xnt.tasks.echo
   :noindex:

.. autofunction:: xnt.tasks.log
   :noindex:

.. autofunction:: xnt.tasks.call
   :noindex:

.. autofunction:: xnt.tasks.xntcall
   :noindex:

Compile Tasks
=============

.. autofunction:: xnt.tasks.setup
   :noindex:

SCM Tasks
=========

.. _xnt.vcs.hg:

Mercurial Tasks
---------------

.. autofunction:: xnt.vcs.hg.hgclone
   :noindex:

.. autofunction:: xnt.vcs.hg.hgfetch
   :noindex:

.. _xnt.vcs.git:

Git Tasks
---------

.. autofunction:: xnt.vcs.git.gitclone
   :noindex:

.. autofunction:: xnt.vcs.git.gitpull
   :noindex:

.. _xnt.vcs.cvs:

CVS Tasks
---------

.. autofunction:: xnt.vcs.cvs.cvsco
   :noindex:

.. autofunction:: xnt.vcs.cvs.cvsupdate
   :noindex: