Skip to content

Commit

Permalink
preparation for release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigg committed Dec 27, 2013
1 parent 7495d38 commit fa4edf9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
18 changes: 11 additions & 7 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
kinda functional changelog
Funcitonal-wise release-by-release change log.

* version 0.0.1, not released yet
2013-12-27, release 0.0.1

very personal set of scripts, not yet ready for release
* portz_install -> install prepared package
* portz_easy_install -> auto-install package from network (supports,
very personal set of scripts to help local installation
of software packages:

* portz install -> install prepared package
* portz easy_install -> auto-install package from network (supports,
configure/make, setup.py modes)
* portz_dist -> make distribution
* portz_get -> get_sources
* portz dist -> make distribution
* portz get -> get_sources

basic repo of packages

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,14 @@ Definitions:

* sources from svn:

** svn_path - SVN url
** revision - optional, HEAD is the default
* svn_path - SVN url
* revision - optional, HEAD is the default

* sources from monotone:

* mtn_url - monotone database pull URL
* revision - mandatory, a monotone selector: h:branch, t:tag, HASH

* sources from git:

* git_url - specifies from where we shall pull changes; by default
Expand Down

0 comments on commit fa4edf9

Please sign in to comment.