Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tam tam mini didn't occuy full screen when launched from list viewdextrose4Santiago Collazo2013-02-211-1/+2
| | | | Fixes sdxo#3047
* Added abiword packageSantiago Collazo2013-02-061-0/+2
|
* Added gconf key for using O/X button to handle oskSantiago Collazo2013-02-051-0/+3
|
* Update urls for a11y packagesSantiago Collazo2013-01-292-10/+10
|
* Add a11y support to arm buildsSantiago Collazo2013-01-212-0/+22
|
* Delete vim swap fileSantiago Rodríguez2013-01-151-0/+0
|
* Don't create a new .xsession fileSantiago Rodríguez2013-01-151-1/+4
| | | | If there is a .xsession file, we append our changes
* Updated XO4 config fileSantiago Collazo2013-01-131-3/+3
|
* Added libproxy-modjs packageSantiago Collazo2013-01-111-0/+2
|
* Merge remote-tracking branch 'upstream/master' into dextrose4-devSantiago Collazo2013-01-109-11/+31
|\
| * Disable firewalld service (#12430)Daniel Drake2013-01-021-1/+2
| | | | | | | | This was conflicting with powerd.
| * sugar: remove squeak desktop entry created in GNOME (#10480)Daniel Drake2012-12-231-0/+5
| | | | | | | | | | Newer versions of squeak-vm don't install the desktop file. Perform the same here to fix a regression over OLPC OS 10.x.
| * zhashfs: initialise a variable that might need itDaniel Drake2012-12-231-1/+1
| | | | | | | | Leftover from last commit.
| * zhashfs: correct output when last block is not occupied (#12402)HEADmasterDaniel Drake2012-12-171-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zhashfs was writing the eblocks: count line based on the file size of the input. However, this assumes that the last block of the input file had data in it, which is not necessarily true. Resultant .zd images flashed OK but caused OFW to produce a warning. WARNING: The file said highest block 15911 but wrote only as high as block 15903 Adjust the calculation to look at the last occupied data block to fix this. Test case, last block used is in the middle of the file: rm -f testfile dd if=/dev/zero of=testfile count=0 seek=128M bs=1 dd if=/dev/zero of=testfile count=1 seek=64M bs=1 conv=notrunc ./bin/zhashfs 0x20000 sha256 testfile testfile.zsp testfile.zd The output used to trigger the OFW warning, now it does not. Test case, last block used is at the end of the file: rm -f testfile dd if=/dev/zero of=testfile count=0 seek=128M bs=1 dd if=/dev/zero of=testfile count=1 seek=134217727 bs=1 ./bin/zhashfs 0x20000 sha256 testfile testfile.zsp testfile.zd The output here is unchanged by this patch - good.
| * base: Use ksmain to set LANG=CDaniel Drake2012-12-112-4/+3
| | | | | | | | For compatibility with livecd-tools-18.13
| * base: provide firewalld instead of system-config-firewallDaniel Drake2012-12-111-2/+2
| | | | | | | | | | | | | | | | imgcreate now needs firewalld instead of system-config-firewall. Provide it to make it happy. Hopefully can go away soon. https://bugzilla.redhat.com/show_bug.cgi?id=884878
| * 13.1.0 configs: enable welcome activity (#12311)Daniel Drake2012-12-084-0/+8
| |
* | Add koji excludes to arm buildsSantiago Collazo2013-01-102-3/+2
| |
* | Fix typoSantiago Collazo2013-01-103-3/+0
| |
* | Disable usage of same proxy for all protocolsSantiago Collazo2013-01-101-0/+3
| | | | | | | | Closes sdxo#2849
* | Added gnome-vfs2 packageSantiago Collazo2013-01-101-1/+2
| | | | | | | | Closes sdxo#2834 , network window does not open
* | Moved dx4 gconf keys into their own fileSantiago Collazo2013-01-101-27/+0
| |
* | Moved dx4 gconf keys into their own fileSantiago Collazo2013-01-101-0/+23
| |
* | Disabled local activitiesSantiago Collazo2013-01-105-186/+10
| |
* | Removed common packages from config fileSantiago Collazo2013-01-101-0/+22
| | | | | | | | | | * Created base/modules/kspkglist.12.dextrose4.inc with all needed packages
* | Deleted olpc-firmware from common package listSantiago Collazo2013-01-021-1/+0
| |
* | Disabled usb target on arm builds due to space problemsSantiago Collazo2012-12-212-2/+2
| |
* | Added repo with packages that are not build dailySantiago Collazo2012-12-214-1/+9
| |
* | Fix problems with yum using proxy. Closes sxdo#2641root2012-12-201-2/+2
| |
* | Added sugar-cp-accessibility packageroot@fedora172012-12-194-2/+10
| |
* | Removed packages needed for a11yroot@fedora172012-12-194-45/+0
| |
* | Disabled tree tarball targetroot@fedora172012-12-134-0/+25
| |
* | Fix xo4 url for activitiesroot@fedora172012-12-131-1/+2
| |
* | Added olpc frozen reposroot@fedora172012-12-132-8/+10
| |
* | Changed reposSantiago Collazo2012-12-112-10/+8
| |
* | sdxo#2745: OOB changes, to make the Peer-to-Peer sharing work.Ajay Garg2012-12-061-1/+8
| |
* | Revert "Added peer to peer features to dx4 international"Santiago Collazo2012-12-061-9/+1
| | | | | | | | This reverts commit 85d48ea98c95c3b241c72deca9e724a7786e45c2.
* | Merge upstream changes and add custom dx4 activitiesSantiago Collazo2012-12-064-20/+31
| | | | | | | | | | | | - Updated repos - Generate usb image - Add DX4 url for activity group
* | Merge remote-tracking branch 'olpc/master' into test-oobSantiago Collazo2012-12-065-16/+33
|\ \ | |/
| * 13.1.0 configs: update for frozen repositoriesDaniel Drake2012-12-054-16/+28
| | | | | | | | Also enable usb olpc-update image generation.
| * base: limit journald memory use (#12286)Daniel Drake2012-11-261-0/+5
| | | | | | | | | | | | | | | | | | Reduce the impacts of having two system loggers active by limiting how much memory journald will use. In a later cycle we should remove rsyslogd and just rely on the journal. Thanks to Shawn Landden.
* | dx#2722 , vte3 is needed by Terminal and Pippy activitiesSantiago Collazo2012-12-061-2/+3
| |
* | Added peer to peer features to dx4 internationalSantiago Collazo2012-12-041-1/+9
| |
* | Added ax and magnifier, closes dx#2673Santiago Collazo2012-12-044-8/+27
| |
* | Added gconf keys for dx4 international buildSantiago Collazo2012-11-291-0/+19
| |
* | Added sugar-stats to all dx imagesSantiago Collazo2012-11-235-72/+21
| |
* | Added a hack to make the stats client startSantiago Collazo2012-11-233-1/+3
| |
* | Added sugar-stats and sugar client, plus custom config file in 90-tweaksSantiago Collazo2012-11-226-2/+54
| | | | | | | | Added custom local Browse-146.1 via [sugar_activities_extra]
* | Merge remote-tracking branch 'olpc/master' into test-oobSantiago Collazo2012-11-168-3/+23
|\ \ | |/
| * xo4: temporarily ship runin with no-suspendDaniel Drake2012-11-151-0/+3
| | | | | | | | Requested by wad for C1 build.