We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a512c commit 493c728Copy full SHA for 493c728
release_setps
@@ -2,3 +2,8 @@
2
2. Bump version in AptOfflineCore.py
3
3. Execute make "html" target to create html docs from the manpage
4
4. Perhaps now, go and do a `git tag -s rel_name`
5
+
6
7
8
+git archive --format=zip --prefix=apt-offline/ v1.6 > /tmp/apt-offline-1.6.zip
9
+git archive --format=tar.gz --prefix=apt-offline/ v1.6 > /tmp/apt-offline-1.6.tar.gz
0 commit comments