-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHACKING
39 lines (28 loc) · 821 Bytes
/
HACKING
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
HACKING
Git is used for revision control.
The public git repo web page is at:
http://repo.or.cz/w/aurbuild.git
To clone the repo just type:
$ git clone git://repo.or.cz/aurbuild.git
Coding Style
------------
Always indent with tabs.
Please Keep lines less than 79 columns long as much as possible.
main() should always return an integer.
Testing
---------------
Make sure everything works.
--sync with missing dependencies
--builddeps with missing dependencies
--sync --upgrade
--sync --local
--search
Make sure aurbuild handles PKGBUILD errors gracefully.
Try building a PKGBUILD with syntax errors, etc.
Prior to Release
----------------
- Merge working tree into master
- Tag the commit
- Merge master into stable
Send git-formatted patches to [email protected]
with 'aurbuild' in the subject.