Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Move the remaining scripts to commandsDaniel Narvaez2012-11-167-225/+0
|
* Move ubuntu-tweaks into helpersDaniel Narvaez2012-11-161-6/+0
|
* Port auto-install and send-patches to the new commands schemeDaniel Narvaez2012-11-162-154/+0
|
* Move bug-report inside commandsDaniel Narvaez2012-11-161-26/+0
|
* Move logging out of the makefileDaniel Narvaez2012-11-161-5/+0
| | | | So that it's possible to run the same scripts from the shell.
* Move configuration files to their own dirDaniel Narvaez2012-11-1513-913/+0
|
* Delete unused python moduleDaniel Narvaez2012-11-151-47/+0
|
* Add a few initial ubuntu base system packagesDaniel Narvaez2012-11-151-1/+3
|
* Readd tar dependency that was lost in the refactoringDaniel Narvaez2012-11-152-2/+6
|
* More base system depsDaniel Narvaez2012-11-152-0/+4
|
* Add cronie to base systemDaniel Narvaez2012-11-152-0/+2
|
* Missing commaDaniel Narvaez2012-11-151-1/+1
|
* Add more base system packagesDaniel Narvaez2012-11-152-2/+33
|
* Add buildbot to base systemDaniel Narvaez2012-11-152-2/+4
| | | | Not quite but useful for buildbots setup
* Add setserial to base systemDaniel Narvaez2012-11-142-2/+4
|
* Add more base system packagesDaniel Narvaez2012-11-142-0/+29
|
* Remove omap driver which doesn't seem to be in F18Daniel Narvaez2012-11-141-1/+0
|
* Fix typoDaniel Narvaez2012-11-141-1/+1
|
* Fix messed up tableDaniel Narvaez2012-11-141-2/+2
|
* Add base packages, used only by autoremoveDaniel Narvaez2012-11-141-0/+26
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-142-283/+2
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-192/+0
| | | | | | This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.
* Midex up ubuntu and fedoraDaniel Narvaez2012-11-141-2/+2
|
* More package name fixesDaniel Narvaez2012-11-141-2/+2
|
* Fix a couple of package namesDaniel Narvaez2012-11-141-2/+2
|
* Add dependency on xrdbDaniel Narvaez2012-11-134-1/+11
|
* Fix check for SUGAR_XKBCONFIGDaniel Narvaez2012-11-131-1/+1
|
* Fix segfault when running under XvfbDaniel Narvaez2012-11-131-6/+8
|
* Add dependency on gstreamer base plugins develDaniel Narvaez2012-11-132-0/+5
|
* Add gstreamer devel dependency for 3.6Daniel Narvaez2012-11-134-2/+8
|
* Fix ubuntu package nameDaniel Narvaez2012-11-131-1/+1
|
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-133-7/+11
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Revert "Work around missing dependency of gst typelib package"Daniel Narvaez2012-11-132-10/+6
| | | | This reverts commit 18a2b540822f9f02b04cb128dc408384b06c56e6.
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-132-6/+10
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Build gst-plugins-espeakDaniel Narvaez2012-11-131-1/+4
|
* Clean from dn-buildDaniel Narvaez2012-11-131-11/+29
| | | | So that we don't need to hardcode source paths
* Run the test script unbufferedDaniel Narvaez2012-11-121-1/+1
| | | | So that we can see the output immediately.
* Fix gconf setupDaniel Narvaez2012-11-121-4/+4
|
* Make sure to print out the command when we sudoDaniel Narvaez2012-11-121-6/+11
|
* Remove separation between glucose and activities buildDaniel Narvaez2012-11-121-6/+14
|
* 3.4.2 doesn't build on Ubuntu 12.10Daniel Narvaez2012-11-121-1/+1
| | | | Use the commit id of the patch we need
* Show progress while cloningDaniel Narvaez2012-11-121-1/+2
| | | | Trying to fix buildbot giving up if the checkout takes too long
* Save state every time we complete a moduleDaniel Narvaez2012-11-121-9/+10
|
* Delete libtool filesDaniel Narvaez2012-11-121-1/+13
| | | | They only give issues
* Switch everything from jhbuild to dn-buildDaniel Narvaez2012-11-1211-208/+268
|
* Close the gcr prompterDaniel Narvaez2012-11-121-1/+1
|
* Build activities with a custom scriptDaniel Narvaez2012-11-123-7/+57
| | | | | | It should be faster and cleaner than the sugar-fructose hack. Eventually dn-build might replace jhbuild. We don't really need all that complexity.
* Drop gst plugins which are not packaged in FedoraDaniel Narvaez2012-11-121-18/+0
| | | | | They will go away when we switch to Fedora 18 anyway and we save some build time.
* Revert "Update to latest jhbuild"Daniel Narvaez2012-11-111-0/+0
| | | | This reverts commit 27e8aeefb597dbab6059a34d22f6807a21f2fc73.
* Check for gstream 1.0 typelib in 3.6Daniel Narvaez2012-11-113-2/+3
|