Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-26 | (scripted) fix file permission breakage introduced in commit d62bd1 | Luke Shumaker | |
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output. | |||
2012-11-24 | New thinkfan on pcr. | Michał Masłowski | |
2012-11-18 | Remove unused ~mtjm packages. | Michał Masłowski | |
cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr. | |||
2012-09-12 | adding owncloud-client!! | Shackra Sislock | |
2012-09-12 | Update debootstrap to one from Brigantia; still doesn't build as non-root. | Michał Masłowski | |
2012-07-29 | Update cups-usblp. | Michał Masłowski | |
Not noticed previously that cups-libre is outdated. | |||
2012-07-28 | Update cups-usblp. | Michał Masłowski | |
2012-04-21 | Add python2-openid from AUR. | Michał Masłowski | |
2012-03-29 | Remove ~mtjm/python3-lxml, now python-lxml is for Python 3. | Michał Masłowski | |
2012-03-13 | Move h-client to [libre] and update it. | Michał Masłowski | |
2012-03-01 | Package debootstrap from Trisquel, not building since it needs root priviledges. | Michał Masłowski | |
2012-02-13 | Add ~mtjm/python2-pyflakes, from AUR. | Michał Masłowski | |
2012-02-13 | Update ~mtjm python2-pydns and python1-pyspf. | Michał Masłowski | |
2012-02-08 | Update ~mtjm/cups-usblp. | Michał Masłowski | |
2012-01-29 | ~mtjm/python-getmediumurl | Michał Masłowski | |
2012-01-29 | ~mtjm/python-urlreader | Michał Masłowski | |
2012-01-29 | ~mtjm/python3-lxml | Michał Masłowski | |
2012-01-23 | Make cups-usblp not replace cups. | Michał Masłowski | |
2012-01-23 | Add cups-usblp based on cups-libre. | Michał Masłowski | |
2011-12-20 | ~mtjm/python-coverage-3.5.1-1 | Michał Masłowski | |
2011-12-03 | ~mtjm/h-client update for r80. | Michał Masłowski | |
2011-11-07 | Add thinkfan from AUR. | Michał Masłowski | |
2011-11-04 | Update h-client, run its tests and remove them. | Michał Masłowski | |
2011-10-12 | Package the zbar library in ~mtjm, based on zbar-gtk from AUR. | Michał Masłowski | |
2011-09-01 | ~mtjm/python2-postfix-policyd-spf-0.8.1-1 from AUR. | Michał Masłowski | |
2011-08-31 | ~mtjm/python2-pyspf-2.0.5-2 from AUR. | Michał Masłowski | |
2011-08-30 | ~mtjm/python2-pydns-2.3.5-1 from AUR, updated with license file installed. | Michał Masłowski | |
2011-08-30 | ~mtjm/ttf-beteckna-0.4-1 from AUR | Michał Masłowski | |
2011-08-27 | ~mtjm/h-client-0.0a0.dev.r26 | Michał Masłowski | |