File: release_setps

package info (click to toggle)
apt-offline 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: python: 4,327; sh: 310; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1. Complete you all code changes and test properly
2. Bump version in AptOfflineCore.py, manpage and setup.py
3. Execute make "html" target to create html docs from the manpage
4. Perhaps now, go and do a `git tag -s rel_name`



git archive --format=zip --prefix=apt-offline/ v1.6  > apt-offline-1.6.zip
git archive --format=tar.gz --prefix=apt-offline/ v1.6  > apt-offline-1.6.tar.gz


For a Windows platform release

* unzip apt-offline zip archive generated from above git archive command
* cd to unpacked folder
* `make`
* cd ..
* zip -r apt-offline-VERSION-windows.zip apt-offline