1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 03:30:12 +02:00
Commit Graph

672 Commits

Author SHA1 Message Date
Daniel Martí
4c5cd7a360 Add support for UCM:Tags in bzr 2013-10-30 21:54:09 +01:00
Daniel Martí
d8d3f00e6b Avoid newlines in git-svn RepoTrunk 2013-10-30 21:40:48 +01:00
Daniel Martí
efb161e622 Don't error when finding apk files, just delete them 2013-10-30 19:15:15 +01:00
Daniel Martí
a0e7409148 Away with all the funambol ugly tweaks 2013-10-30 18:24:03 +01:00
Daniel Martí
c234945f75 Automatically remove all android:debuggable flags 2013-10-30 17:17:44 +01:00
Daniel Martí
e35a1093cd Fix git-svn find-rev, also search for svn revisions after HEAD 2013-10-30 16:54:08 +01:00
Ciaran Gultnieks
c1020ca38f A couple of minor import improvements 2013-10-30 09:51:33 +00:00
Daniel Martí
9571c792db Print FDroidPopen params *before* executing 2013-10-29 20:39:49 +01:00
Ciaran Gultnieks
3a045e40c3 Some diagnostic output for http update check mode 2013-10-29 19:32:51 +00:00
Ciaran Gultnieks
ba96af1a78 Wiki update code for disabled builds can be simplified now 2013-10-29 17:39:05 +00:00
Ciaran Gultnieks
392e547c1a Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-10-29 15:43:56 +00:00
Daniel Martí
fd50903c50 Don't include '!' in disabled= when converting to new syntax 2013-10-29 13:36:06 +01:00
Ciaran Gultnieks
dd427ef5f0 Fix standalone scanner bug 2013-10-29 12:23:42 +00:00
Daniel Martí
5455576b6b Some fixes to the scanner algorithm 2013-10-29 12:03:37 +01:00
Daniel Martí
1a4b18e2e8 Retrieve app and version name from the same tag in UCM:Tags 2013-10-29 09:55:15 +01:00
Daniel Martí
4fb857bbb0 Don't try to find output if we're doing an --install 2013-10-29 00:35:14 +01:00
Daniel Martí
8566250dd0 Find all build.gradle files in the entire source tree 2013-10-29 00:19:49 +01:00
Ciaran Gultnieks
8627357cd9 Don't require commit to be specified for a disabled build 2013-10-28 08:53:18 +00:00
Daniel Martí
a546013756 Clean gradle signing configs all at once 2013-10-27 23:43:38 +01:00
Daniel Martí
a5472d9b9a Revert "Allow for spaces before/after version and vercode"
This reverts commit ec5e12221f.
2013-10-27 22:43:24 +01:00
Daniel Martí
ec5e12221f Allow for spaces before/after version and vercode
This allows for 'Build: foo, 1' as well as the old 'Build:foo,1'
2013-10-27 22:32:59 +01:00
Daniel Martí
61a8466ed5 Support Build: indenting by tabs 2013-10-27 22:16:41 +01:00
Ciaran Gultnieks
dad4f496f0 Fix rm safety check
I got it backwards due to my stupid parameter naming.
2013-10-27 17:16:04 +00:00
Ciaran Gultnieks
921b407582 Allow rm to recursively remove directories 2013-10-27 17:05:53 +00:00
Ciaran Gultnieks
b556693d4a Changing that from the expected value will trip someone up in the future 2013-10-27 17:03:28 +00:00
Ciaran Gultnieks
ccdea798fc Don't need legacy disabled build handling everywhere now 2013-10-27 14:40:02 +00:00
Ciaran Gultnieks
075551b715 Disabled should be first 2013-10-27 14:36:25 +00:00
Ciaran Gultnieks
945f99e4ca Translate disabled commit to proper disabled 2013-10-27 14:35:57 +00:00
Ciaran Gultnieks
327e472169 Read new or old recipe formats, write new format
Slightly tested. See https://f-droid.org/wiki/page/Build_Recipe_Format
2013-10-27 14:06:55 +00:00
Ciaran Gultnieks
67021f8760 Include bugsense in scanner 2013-10-26 19:30:17 +01:00
Ciaran Gultnieks
715035a707 Introduce disable= as a better way of disabling a build
Prefixing commit ID with ! and a message will still work, but that's
very silly. Using disable= is now the correct way.
2013-10-26 10:28:12 +01:00
Daniel Martí
c624556b13 Don't include getsig.class as source 2013-10-25 20:43:16 +02:00
Daniel Martí
3f92d3243c Partially revert Requires Root: changes 2013-10-25 17:19:23 +02:00
Daniel Martí
1452a55642 Don't place UCM:Static in apps to update 2013-10-25 17:16:40 +02:00
Ciaran Gultnieks
b7425d7253 Be more selective about removing bin directories 2013-10-25 11:59:55 +01:00
Daniel Martí
0ba888850a Regression - we won't do subvercodes 2013-10-25 10:37:53 +02:00
Ciaran Gultnieks
3e8db35101 Fix recently introduced import bug 2013-10-25 09:28:11 +01:00
Ciaran Gultnieks
fe46cc8fdd Quick hack to fix FDroidPOpen
That loop is using more CPU that the actual building of the app.
2013-10-24 11:12:15 +01:00
Ciaran Gultnieks
0ab39934b2 build --test now always builds, even if output already exists (issue #333) 2013-10-24 09:43:14 +01:00
Daniel Martí
83183a31ac Don't output stdout/stderr twice, print what is run and where 2013-10-23 19:54:05 +02:00
Daniel Martí
162c7c40e6 Fix issues with .apklib files being seen as output apks 2013-10-23 19:54:04 +02:00
Daniel Martí
8c583ec7bc Allow for maven=yes@dir like gradle 2013-10-23 19:54:04 +02:00
Ciaran Gultnieks
548c5f606c Removed bogus (hopefully) checkout 2013-10-23 15:57:02 +01:00
Ciaran Gultnieks
fe720343c2 Add wiki category for disabled apps (issue #163) 2013-10-23 13:19:50 +01:00
Daniel Martí
843be72667 label regex pattern now doesn't stop until a new field or a newline are found 2013-10-23 09:58:32 +02:00
Daniel Martí
6de94d8e11 Use "Requires Root:" as a forced ACCESS_SUPERUSER permission 2013-10-23 01:00:21 +02:00
Ciaran Gultnieks
fa2b787b92 Ensure correct exit code from buildserver build 2013-10-21 21:16:41 +01:00
Daniel Martí
b4293fb9d6 Fix hg checkupdates 2013-10-21 17:00:42 +02:00
Daniel Martí
4233d0d15f Fix silly forcever(sion|code) errors 2013-10-20 22:27:34 +02:00
Ciaran Gultnieks
a403d10212 Fix to a9a947 2013-10-20 21:15:35 +01:00
Ciaran Gultnieks
3fc2ef5ebe Clarify error message 2013-10-20 21:11:35 +01:00
Daniel Martí
3e9b70f688 Loop over all AM.xml files for forcever(sion|code) 2013-10-20 13:43:15 +02:00
Daniel Martí
a9a947af86 Add functions to find apk and tarball paths 2013-10-19 12:21:47 +02:00
Daniel Martí
b75d8b7271 New Update Check Mode: RepoTrunk 2013-10-17 23:27:55 +02:00
Daniel Martí
8d1db23eee Non-greedy match for app labels (should fix the icon= stuff) 2013-10-17 13:19:06 +02:00
Daniel Martí
c631a3a8e1 Run maven's deploy like ant and gradle do 2013-10-16 23:34:51 +02:00
Daniel Martí
4bb3b77554 Don't remove non-Popen related declares 2013-10-16 23:34:32 +02:00
Daniel Martí
c83e4f9729 Don't be verbose when preparing srclibs 2013-10-16 23:31:02 +02:00
Daniel Martí
db80644fa6 Finish large reworking of Popen calls
Now we handle the output pipes via Queues, which means that long and verbose
builds (like navit) won't hang mercilessly during any of init=, prebuild=
build= or the build itself. This also removes redundancies.
2013-10-16 23:19:11 +02:00
Daniel Martí
fb5a2209fc Use python-magic, filemagic's official python binding lib 2013-10-16 23:19:11 +02:00
Daniel Martí
bd59b2f77d Don't catch octet-stream, catch static libs and bin exes 2013-10-16 23:19:11 +02:00
Christopher
4ec9393759 Fixed Bug where long outputs to stderr during build process caused a hang 2013-10-16 23:19:11 +02:00
Daniel Martí
7eb8dfedc6 Fixes to scanignore and relative paths in scans 2013-10-16 10:54:11 +02:00
Daniel Martí
0154a77854 Import magic only at build time 2013-10-16 09:31:26 +02:00
Daniel Martí
779476e6f4 Find blobs by magic numbers 2013-10-15 23:24:37 +02:00
Ciaran Gultnieks
99510de07a Fix error message error 2013-10-15 15:52:53 +01:00
Ciaran Gultnieks
25ae0e8d79 Allow archive policy override for indivudual apps 2013-10-14 16:16:34 +01:00
Daniel Martí
ded019291e sed -i 's/!= None/is not None/g' *.py 2013-10-13 00:03:57 +02:00
Daniel Martí
47cad8fca7 Add support for Litecoin in the server 2013-10-13 00:03:11 +02:00
Daniel Martí
1b291a58d7 Fix some crashes with clean/build procedures 2013-10-11 17:14:42 +02:00
Daniel Martí
603aa34114 vcs_svn reset back to shell=True 2013-10-11 17:08:07 +02:00
Daniel Martí
d7900e3c4b Fix output and error assignment error 2013-10-10 18:35:15 +02:00
Daniel Martí
1cf99754a4 Forgot to execute cleaning process 2013-10-10 17:52:17 +02:00
Daniel Martí
697011f086 Remove unnecessary indenting 2013-10-10 16:45:17 +02:00
Daniel Martí
f9eda50276 Fix silly object name issue, also clean jni dirs 2013-10-10 16:30:32 +02:00
Daniel Martí
0bde32fd99 Be more consistent when doing cleans
All update dirs, including ., will remove baddirs.
Right before build=, (ant|maven|gradle) clean will run
2013-10-10 15:48:39 +02:00
Ciaran Gultnieks
7b21d12f65 Purge repo maintenance page cache after updates 2013-10-10 09:47:48 +01:00
Daniel Martí
ca2d830e7f Forgot to fix UCM:Tags for srclibs too 2013-10-09 23:39:44 +02:00
Daniel Martí
0949395771 Be more consistent when running bash commands (fixes #365) 2013-10-09 23:37:53 +02:00
Daniel Martí
b184610913 Fix issues with srclib checkupdates 2013-10-09 23:37:53 +02:00
Ciaran Gultnieks
4e51a68cfa Don't put redirects in the same category as real app pages 2013-10-09 14:39:00 +01:00
Ciaran Gultnieks
d2867a3192 A few more wiki fixes 2013-10-09 13:23:17 +01:00
Ciaran Gultnieks
42497533a5 Revert "Don't stop if srclib paths are hard-coded"
This reverts commit 33a95637c0.
2013-10-09 10:11:34 +01:00
Ciaran Gultnieks
87f6bf2392 Add wiki category for failing builds 2013-10-09 09:57:00 +01:00
Ciaran Gultnieks
69b7f68301 Include entries for failed builds in wiki data 2013-10-09 09:48:41 +01:00
Ciaran Gultnieks
5ce730a3a0 Detect proprietary youtube api lib 2013-10-09 09:48:41 +01:00
Daniel Martí
33a95637c0 Don't stop if srclib paths are hard-coded
If the raise takes place, UCMs with srclibs don't work.
2013-10-08 00:38:24 +02:00
Daniel Martí
3c7ac336ae Always store ant/maven apk location output for regex 2013-10-02 22:28:20 +02:00
Daniel Martí
890a1adb6f Do not repeat stderr and stdout when -v/--verbose 2013-10-02 19:29:17 +02:00
Ciaran Gultnieks
8f8360fcf6 Don't try and parse username/password out of repo address except for svn 2013-10-02 10:25:26 +01:00
Ciaran Gultnieks
381bbb60ac Improve http update check mode 2013-10-01 15:06:02 +01:00
Ciaran Gultnieks
e9aff5f31d Add HTTP update check mode 2013-10-01 10:19:17 +01:00
Daniel Martí
89a4e17c3b Added myself to copyright notices 2013-09-28 21:06:33 +02:00
Daniel Martí
5adcd129f6 Always run 'clean' on ant and gradle projects too 2013-09-27 10:50:56 +02:00
Daniel Martí
b70bcbfd23 Sed signing configs out of build.gradle files 2013-09-22 23:26:48 +02:00
Daniel Martí
43209c1e76 Add issue page to github repos on import 2013-09-22 23:26:39 +02:00
Daniel Martí
e3682bd5a8 Fix many cases of UCM for Gradle 2013-09-21 19:43:31 +02:00
Daniel Martí
a35ff3e154 Also finish at quotes when using import -u 2013-09-16 14:25:39 +02:00
Daniel Martí
4193caa0d4 Remove all bin dirs on update= dirs, be more verbose 2013-09-16 12:53:27 +02:00
Daniel Martí
c4237fe732 Fixes to gotorevision(None)
Up until now, this would do nothing in most cases
2013-09-15 23:20:42 +02:00
Daniel Martí
9257690f95 Allow for leading and trailing whitespaces in ';'-separated lists (e.g. update= abc ; def ; ...) 2013-09-11 13:45:02 +02:00
Daniel Martí
fba8fb839c Allow spaces before/after field key names 2013-09-11 01:07:51 +02:00
Ciaran Gultnieks
f19531e742 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-09-09 08:49:52 +01:00
Daniel Martí
fed04a0429 Don't print all metadata reads; Only print when an exception is present 2013-09-06 22:38:36 +02:00
Daniel Martí
94b083063a Add UCM:Tags support to hg 2013-09-06 20:33:47 +02:00
Ciaran Gultnieks
0d2a7ba4f8 No colon in wiki app page names 2013-09-05 10:32:33 +01:00
Daniel Martí
277788898e Only change Auto Name if new release 2013-09-04 18:25:29 +02:00
Daniel Martí
a5704e5655 Finish -v/--verbose output+error handling 2013-09-04 16:45:19 +02:00
Ciaran Gultnieks
712be5703d Fix output changes fixes 2013-09-04 08:18:16 +01:00
Daniel Martí
438c2dfa85 Fix ant builds with recent output changes 2013-09-02 23:14:12 +02:00
Daniel Martí
d59c0f64f9 maven=yes defaults to bindir=[subdir]/target 2013-09-02 19:05:13 +02:00
Daniel Martí
333c4af9f5 Revert "Always print output directly if -v/--verbose"
This reverts commit 9e09088245.
2013-09-01 17:45:09 +02:00
Daniel Martí
03b54e8506 Fixes to gradle builds
It now adapts/seds all build.gradle files under build_dir, i.e. the root dir
(even if subdir is used). This is very necessary when libraries are under
parent directories or when a father build.gradle file exists.
2013-09-01 11:56:57 +02:00
Daniel Martí
9e09088245 Always print output directly if -v/--verbose 2013-09-01 11:50:35 +02:00
Ciaran Gultnieks
8e2b5837d5 Improve verification output with stats, etc 2013-08-30 11:06:36 +01:00
Ciaran Gultnieks
68f399832d Correct old error message 2013-08-29 22:58:49 +01:00
Ciaran Gultnieks
0658a9b8ac Get non-interactive bash env right 2013-08-29 21:06:18 +01:00
Daniel Martí
33b489c65d Better CV update prints and commit messages 2013-08-29 16:17:12 +02:00
Ciaran Gultnieks
b3f3710e92 One more verification fix 2013-08-29 14:23:21 +01:00
Ciaran Gultnieks
9c8161adf1 A few more verification fixes 2013-08-29 14:22:21 +01:00
Ciaran Gultnieks
ee171ce6fd Fix verify unpacking 2013-08-29 14:16:02 +01:00
Ciaran Gultnieks
3ed5deb391 Very simple verifier 2013-08-29 14:13:05 +01:00
Paul Sokolovsky
24af895915 Print progress messages as a build goes thru various stages.
Without this, we get bunch of messages at the start of build, which
end with "Applying patch", and then all the things hangs for several
minutes (or more, in case of network problems, etc). So, consistently
keep user aware od what's happening. Note that --verbose switch affects
deatiledness and amount of output (in particular, if it's given, "build"
command output goes to console instead of log).
2013-08-28 22:12:33 +03:00
Daniel Martí
96d91342ee Fix sha256 sums not appearing in the index 2013-08-28 08:59:38 +02:00
Ciaran Gultnieks
9137a611e0 Only do an update if the vercode changes
(mainly to work around a recently introduced issue where the name
changes and then changes straight back!)
2013-08-27 16:42:25 +01:00
Daniel Martí
09b76a0bf4 Add subdir support to gradle 2013-08-26 12:57:18 +02:00
Daniel Martí
377c9a9700 Remove md5 sums from the index (fixes: #336) 2013-08-26 10:44:52 +02:00
Daniel Martí
b5ae1f2c85 Adapt all build.gradle files to be found. Add preassemble= 2013-08-22 18:28:30 +02:00
Daniel Martí
8578747ae3 Drop support for old description elements (deprecated one year ago) 2013-08-22 17:03:06 +02:00
Daniel Martí
76d3b56ff5 Remove a bunch of unused imports 2013-08-22 16:42:57 +02:00
Ciaran Gultnieks
eec320a08d Icon resizing diagnostics/robustness 2013-08-21 21:47:48 +01:00
Ciaran Gultnieks
055a26d994 Send permissions to build server (issue #326) 2013-08-21 21:39:34 +01:00
Daniel Martí
f6554d846c Remove bin/ and gen/ in update= dirs too! 2013-08-21 16:20:27 +02:00
Daniel Martí
e6fe2d7d53 Maximum icon size is now defined in config.py 2013-08-19 11:36:26 +02:00
Daniel Martí
9f246b04cc Add -I/--icons to update 2013-08-19 11:30:54 +02:00
Daniel Martí
a1c2dc1a75 Start publishing new repo icons at max 72x72 px 2013-08-19 11:20:50 +02:00
Daniel Martí
b55060f4c7 Add support for gradle={main,yes,} 2013-08-17 15:16:13 +02:00
Daniel Martí
dfc10b64fc Fix gradle resulting apk path 2013-08-17 14:23:34 +02:00
Daniel Martí
562f539e96 When parsing manifests, default version name to "Unknown" 2013-08-15 16:01:33 +02:00
Daniel Martí
eb7a2d9e63 Yet another silly mistake 2013-08-15 15:25:05 +02:00
Daniel Martí
26c5cc0e6b Silly mistake in import.py 2013-08-15 15:14:24 +02:00
Daniel Martí
37041c506b Fix import 2013-08-15 15:09:47 +02:00
Daniel Martí
a0d3c2c80d Do not say "manifest exists" if that's not the case 2013-08-15 12:22:49 +02:00
Daniel Martí
990321d33d Fetch CV @string values at checkupdates 2013-08-15 12:15:44 +02:00
Daniel Martí
13a8b1fd0a Return none if no AM.xml paths exist 2013-08-14 15:07:26 +02:00
Daniel Martí
b395095949 Rename market to gplay 2013-08-14 14:51:17 +02:00
Daniel Martí
36f524e624 Do not duplicate verbose output when parsing metadata 2013-08-14 14:27:05 +02:00
Daniel Martí
cb1df491f4 Add --market to checkupdates 2013-08-14 14:26:55 +02:00
Daniel Martí
40d5191a0a Remove UCM:Market 2013-08-14 13:39:00 +02:00
Daniel Martí
2fdd274580 Merge branch 'gradle' (finally!)
Conflicts:
	fdroidserver/checkupdates.py
2013-08-14 12:03:19 +02:00
Daniel Martí
b1c90ace71 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-08-14 11:46:15 +02:00
Ciaran Gultnieks
69ff89d361 Make RepoManifest work with gradle (at least for simple cases) 2013-08-14 08:49:27 +01:00
Daniel Martí
4cb7e340d1 Small fix 2013-08-13 20:04:44 +02:00
Daniel Martí
a23fb27155 Forgot to remove debugging prints 2013-08-13 16:00:51 +02:00
Daniel Martí
0ad09f6481 Improve checkupdates further, Auto Name works with gradle 2013-08-13 15:58:43 +02:00
Daniel Martí
1fcb56b946 Use last found package name if none found 2013-08-13 15:25:47 +02:00
Daniel Martí
bc27ebcb82 Implement --install for gradle, add compilesdk= 2013-08-13 15:20:11 +02:00
Daniel Martí
cf47e151f7 Small fixes to checkupdates 2013-08-13 14:51:40 +02:00
Daniel Martí
578e030ee6 Try and adapt checkupdates to gradle better 2013-08-13 12:02:48 +02:00
Daniel Martí
1e7bfc9864 Don't run gradle during checkudpates. Use whatever can be found. 2013-08-09 17:15:27 +02:00
Daniel Martí
705a05f4c1 Market is broken, don't default to it 2013-08-08 16:47:26 +02:00
Daniel Martí
ece2ece071 Deprecate aapt_path in favour of sdk_path + build_tools 2013-08-08 13:00:02 +02:00
Daniel Martí
d86a68b858 Fix gradle checkupdates with tags and RM. new settings. 2013-08-08 12:55:48 +02:00
Daniel Martí
7d1f2b68b9 Proper apk path for gradle 2013-08-05 20:01:02 +02:00
Daniel Martí
89a9447a8c Use src/ rather than source/ 2013-08-03 18:53:01 +02:00
Daniel Martí
8c8a20bcb1 Merge master into gradle 2013-08-03 18:37:29 +02:00
Daniel Martí
c39ba28c01 Be more verbose when doing checkupdates 2013-08-03 18:34:35 +02:00
Daniel Martí
7ff2fafb1b Print which srclib are we updating 2013-08-03 18:18:10 +02:00
Daniel Martí
8866724f05 Use new manifest path function in checkupdates 2013-08-03 18:08:49 +02:00
Daniel Martí
f1c1971c88 join needs a list 2013-08-03 17:46:55 +02:00
Daniel Martí
e0174654f8 Try and feed the right gradle apk 2013-08-03 17:45:11 +02:00
Daniel Martí
dbe0d1ec26 Fix gradle command 2013-08-03 17:32:39 +02:00
Daniel Martí
946e42fe71 Try to fix subprocess crash 2013-08-03 17:19:23 +02:00
Daniel Martí
a5b8659632 New gradle=[flavour] field 2013-08-03 17:07:55 +02:00
Daniel Martí
59e212d7a3 Try and use new gradle AM.xml path 2013-08-03 16:44:14 +02:00
Daniel Martí
a49b405780 Remove deprecated parameter 2013-07-31 19:51:02 +02:00
Frans Gifford
e0e6e711c3 Use config.py to locate aapt
This uses aapt_path in config.py to locate the aapt command. The latest
Android SDK moved aapt out of platform-tools/ causing builds which depend
on this path to fail.

Signed-off-by: Frans Gifford <frans.gifford@cs.ox.ac.uk>
2013-07-31 19:51:02 +02:00
Ciaran Gultnieks
73c3a78fc6 Wait a sec before snapshot 2013-07-31 17:39:56 +01:00
Ciaran Gultnieks
c968a2856c Fix nativecode in index properly (probably) 2013-07-22 15:12:33 +01:00
Ciaran Gultnieks
6cd5d0d667 Revert "Try to fix nativecode issues on index"
This reverts commit de7b117c98.
2013-07-22 15:12:33 +01:00
Daniel Martí
9f192ae920 Fix UCM:Market version name matching 2013-07-21 15:01:41 +02:00
Daniel Martí
94e6e416a6 Build success specifies app and version now 2013-07-20 13:32:47 +02:00
Daniel Martí
de7b117c98 Try to fix nativecode issues on index 2013-07-19 11:47:35 +02:00
Ciaran Gultnieks
c395e3ae68 Check error state suspending clean build server 2013-07-19 07:13:18 +01:00
Ciaran Gultnieks
81244971ae Transfer .fdroidvcs info to build server 2013-07-18 21:56:37 +01:00
Ciaran Gultnieks
cf35572513 Show auto-update mode on wiki (issue #145) 2013-07-16 09:43:35 +01:00
Ciaran Gultnieks
e676e34c12 The novcheck option should not bypass package id checking 2013-07-15 14:14:24 +01:00
Daniel Martí
564d53cd17 Enforce list type on "native" 2013-07-13 22:21:37 +02:00
Ciaran Gultnieks
b5fd722911 Fix non-cached buildserver build-tools install 2013-07-10 16:45:34 +01:00
Daniel Martí
6adc661e0e Auto Names: handle escaped \' and nested strings 2013-07-10 12:02:19 +02:00
Ciaran Gultnieks
398cebd400 Compatibility with vagrant 1.2 2013-07-09 16:46:32 +01:00
Ciaran Gultnieks
b9fa583c99 Use https for wiki updates 2013-07-09 08:59:58 +01:00
Daniel Martí
69619a5acf Use all xml files to figure out strings 2013-07-08 15:24:48 +02:00
Daniel Martí
fa552b12cb Add retrieve_string(); use it in parse_androidmanifest 2013-07-05 22:34:53 +02:00
Daniel Martí
bc6e9cd4b4 Try a better regex match for the versionName 2013-07-04 15:55:44 +02:00
Daniel Martí
f44ad6711a Fix dumb mistake 2013-07-04 15:26:47 +02:00
Daniel Martí
c663b9b6e6 Warn about nonexistent subdirs in RM 2013-07-04 13:54:59 +02:00
Daniel Martí
c2c1792727 Better @string globbing, should fix some AutoNames 2013-06-27 21:39:00 +02:00
Ciaran Gultnieks
e86aab59b6 More srclib-related fixing 2013-06-25 19:13:36 +01:00
Daniel Martí
c46abf6b14 Basic support for RM in bzr without branches 2013-06-24 20:16:42 +02:00