summaryrefslogtreecommitdiffstats
path: root/src/gns-deb-diff.py
Commit message (Collapse)AuthorAgeFilesLines
* bunch of functions renamed/re-written.rsiddharth2013-12-111-19/+30
| | | | | | | | | - get_packages renamed to get_packages_list - bzr_branch_command renamed to mirror_bzr_branch - deploy_packages_locally renamed to get_packages the function fetch_bzr_branch was done away with & the mirror_bzr_branch also does the job fetch_bzr_branch did.
* The functions get_paraphernalia & read_gns_readme use methods from os & ↵rsiddharth2013-12-111-10/+27
| | | | os.path to handle files & directories.
* src/gns-deb-diff.py: new functions - generate_diff_table, write_diff_table & ↵rsiddharth2013-12-111-4/+45
| | | | do_magic
* src/gns-deb-diff.py: new functions read_gns_readme & slurp_readmesrsiddharth2013-12-111-0/+45
|
* src/gns-deb-diff.py: modded the raw_input statementsrsiddharth2013-12-111-3/+3
|
* src/gns-deb-diff.py: get_packages() uses open() to open file instead of file().rsiddharth2013-12-111-1/+1
|
* initial commit.rsiddharth2013-12-101-0/+95