summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* update .gitignorersiddharth2016-09-241-0/+6
|
* packages-parkes.list: added new packages to list.rsiddharth2014-02-121-0/+5
|
* added 'Contact' section in READMErsiddharth2014-01-111-0/+4
|
* added packages to packages-parkes.listrsiddharth2014-01-031-0/+22
|
* minor typo correction in src/wiki-files/differences-with-debian-head.txtrsiddharth2014-01-021-1/+1
|
* merged branch `dev`.rsiddharth2014-01-025-48/+181
|\ | | | | | | Now the script uses XMLRPC to automatically update the wiki remotely.
| * bugfix: local copy of the wiki page is made only when the remote update is ↵rsiddharth2014-01-021-12/+13
| | | | | | | | successful.
| * IOError caused when opening non-existent topsecret.txt file is handled now.rsiddharth2014-01-021-7/+12
| |
| * updated README.md: Added `Configuration` section.rsiddharth2014-01-021-0/+11
| |
| * updated .gitignorersiddharth2014-01-021-0/+3
| |
| * The script doesn't barf out the noreadme list when all packages have the ↵rsiddharth2014-01-021-1/+2
| | | | | | | | README.gNewSense.
| * Now, script doesn't barf out when there is no README.gNewSense file.rsiddharth2014-01-021-1/+1
| |
| * The script updates the wiki page has changed.rsiddharth2014-01-023-24/+99
| |
| * updated README.md.rsiddharth2013-12-301-16/+9
| |
| * The script now generates the full wiki page and pushes it to a wiki, instead ↵rsiddharth2013-12-291-32/+10
| | | | | | | | of writing the difference table to a file.
| * Added src/gns_wiki.py. This has functions that pushes a wiki page to a wiki ↵rsiddharth2013-12-292-0/+66
| | | | | | | | | | | | using XML-RPC. Functions in gns_wiki.py: update, generate_wiki_page.
* | corrected typo in READMErsiddharth2013-12-301-1/+1
|/
* packages-parkes.list: added new packages to listrsiddharth2013-12-271-0/+8
|
* minor edit to the README under Description sectionrsiddharth2013-12-151-2/+2
|
* replaced `STEP` -> `S` in Description & corrected md typos.rsiddharth2013-12-151-6/+6
|
* updated the README file.rsiddharth2013-12-151-31/+27
|
* The code that builds the diff table is more elegant than it was.rsiddharth2013-12-151-28/+25
| | | | | Functions that were modified: generate_diff_table, slurp_readmes, generate_tuple
* Now pre-defined 'Key:Value' strings are used from README to generate the table.rsiddharth2013-12-151-13/+80
|
* corrected typos in READMErsiddharth2013-12-141-4/+4
|
* added link to the WTFPL license in the READMErsiddharth2013-12-121-3/+4
|
* update Notes section in READMErsiddharth2013-12-121-12/+16
|
* added README file.rsiddharth2013-12-121-0/+71
|
* added .gitignore filersiddharth2013-12-121-0/+1
|
* function get_paraphernalia redefined & renamed to process_input.rsiddharth2013-12-111-39/+49
| | | | | now we read args frome the commandline insead a reading using raw_input.
* modded the table header.rsiddharth2013-12-111-1/+1
|
* updated documentation for generate_diff_table.rsiddharth2013-12-111-0/+7
|
* 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-103-0/+156