-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathGENERAL
More file actions
37 lines (21 loc) · 860 Bytes
/
Copy pathGENERAL
File metadata and controls
37 lines (21 loc) · 860 Bytes
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
# general dev stuff
when testing with pyflakes ensure you run first
export PYFLAKES_BUILTINS="_"
when making a stable release, create a ChangeLog via
make dist
cleanup a make dist is make distclean
####
Before uploading test with the following:
grep -riE 'fixme|todo|hack|xxx' .
suspicious-source
pyflakes .
pyflakes3 .
pep8 --ignore W191 .
find -type f \( -iname '*.po' -o -iname '*.pot' \) -exec msgfmt --check --check-compatibility --check-accelerators --output-file=/dev/null {} \;
from the built and installed package:
adequate rhythbox-plugin-alternative-toolbar
####
change the version number in the README as well as configure.ac
to create readme.html install the markdown package then
markdown README.md > readme.html
gpg --default-key 1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE --armor --detach-sign alternative-toolbar-0.19.2.tar.xz