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-10-19 | mix blender-libre packages | Márcio Alexandre Silva Delgado | |
2012-10-17 | blender-libre: updating package | Márcio Alexandre Silva Delgado | |
2012-10-12 | cinepaint-lts: add package to artistic repo | Márcio Alexandre Silva Delgado | |
2012-10-11 | spnavcfg: updating PKGBUILD | Márcio Alexandre Silva Delgado | |
2012-10-11 | updating blender-libre | Márcio Alexandre Silva Delgado | |
2012-09-12 | adding owncloud-client!! | Shackra Sislock | |
2012-09-05 | gimp-art: fixing package | Márcio Alexandre Silva Delgado | |
2012-09-04 | remove lux{rays,render}-libre from libre repo and add ↵ | Márcio Alexandre Silva Delgado | |
lux{rays,render}-{nocl,art} to artistic repo | |||
2012-09-01 | gimp-art: add package to artistic | Márcio Alexandre Silva Delgado | |
2012-08-26 | aqsis: updating package | Márcio Alexandre Silva Delgado | |
2012-08-02 | blender-spacenav-libre: updating PKGBUILD | Márcio Alexandre Silva Delgado | |
2012-07-19 | spacenavd: updating package for systemd | Márcio Alexandre Silva Delgado | |
2012-07-19 | blender-spacenav-libre: updating package for boost dependency library | Márcio Alexandre Silva Delgado | |
2012-07-15 | blender-spacenav-libre: updating package | Márcio Alexandre Silva Delgado | |
2012-07-11 | spacenavd: adding package to artistic repo | Márcio Alexandre Silva Delgado | |
2012-07-11 | spnavcfg: adding package to artistic repo | Márcio Alexandre Silva Delgado | |
2012-07-11 | libspnav: updating PKGBUILD | Márcio Alexandre Silva Delgado | |
2012-07-11 | blender-spacenav-libre: adding package to artistic repo | Márcio Alexandre Silva Delgado | |
2012-07-11 | libspnav: adding package to artistic repo | Márcio Alexandre Silva Delgado | |
2012-04-19 | yafaray-git-20120420-1: added in artistic repo | André Fabian Silva Delgado | |
2012-04-18 | aqsis-1.8.1-1: Adding aqsis.install | André Fabian Silva Delgado | |
2012-04-18 | aqsis-1.8.1-1: A high quality, photorealistic, 3D rendering solution for ↵ | André Fabian Silva Delgado | |
artistic repo |