Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

22 check-ins using file scripts/addpayload.sh version 514d4edb9c

2013-05-25
21:13
Merge branch 'master' into feature/filesystem Leaf check-in: df2791d5ae user: tcg.thegamer@gmail.com tags: filesystem, trunk
20:45
Updated README. Remove bootstrapping script, as it is no longer needed. spm.sh completely replaces all functionality from the bootstrap script. Leaf check-in: 5f689482cb user: tcg.thegamer@gmail.com tags: network, trunk, util_git
20:41
Remove binary blob from spm.sh. check-in: 806153109e user: tcg.thegamer@gmail.com tags: network, trunk, util_git
13:44
Update target 'pull'. Now fully functional. check-in: 32ec23317e user: tcg.thegamer@gmail.com tags: network, trunk, util_git
2013-05-24
13:29
Fix errors being displayed when there is no return value from Sourcefile functions. Treat lack of return value as everything going well. check-in: f04c03034b user: tcg.thegamer@gmail.com tags: network, trunk, util_git
11:31
Fix building in wrong order. Now runs any build functions BEFORE running tup. check-in: 8036951416 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
11:28
Fix passing wrong parameter to deps[] build function. check-in: 69aaaa9e6e user: tcg.thegamer@gmail.com tags: network, trunk, util_git
10:08
Update spm.sh in-files to allow --force-unpack switch, unpacking the contained data and overwriting any already existing data. check-in: c5f591db90 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
10:04
Add new utility 'sh'. A simple function alias [sh -> os.execute] Update main and target 'build' to use sh. Fix scripts/Tupfile not rerunning when paklib/utils directory has changed. check-in: 12fcb4f815 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
08:48
Update target 'pull' to be actually working. Hopefully. I haven't tested this one, so we'll just assume it works. check-in: eb7b42c593 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
08:44
Fix target 'build' not returning any value (nil) when successfully run. Update Sourcefile to use new map/dictionary type instead of list. check-in: 50e5e388c5 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
08:41
Move cfg from List to Map/Dictionary type, so deps is now mapped to 'deps' and pkg to 'pkg'. Just in case the list isn't sorted correctly, or the user has written their Sourcefile in a different way, then this should work regardless. check-in: 023400732c user: tcg.thegamer@gmail.com tags: network, trunk, util_git
08:21
Update spm.sh in-files to ensure the existance of the build/ directory, which is required for configuration at the moment. check-in: bfc45f083a user: tcg.thegamer@gmail.com tags: network, trunk, util_git
2013-05-23
21:30
Fix log not being included correctly. Update targets to use new logging system. Update main entry to use logging system. check-in: 1c0e49231f user: tcg.thegamer@gmail.com tags: network, trunk, util_git
20:06
Update target 'build' to execute any build function that any pkg[] targets may have. Update all Tupfiles in src/*/ to only build if BUILD_TYPE is standalone. check-in: 776c84e424 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
19:49
Remove scripts/spm creation from bootstrapper script. Fix scripts/spm using hardcoded path. Now uses a correct portable path. check-in: 642131ee96 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
17:26
Fix gitignore ignoring scripts/spm (WHY??). Add new Tupfile for moving SPM library into lib/. Add scripts/spm. Update spm.sh to newest revision build. check-in: 997f0dbb28 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
16:17
Update all targets to have a return value of non-nil check-in: 253624726c user: tcg.thegamer@gmail.com tags: network, trunk, util_git
16:12
Update README with information about the included spm.sh script. Update target 'clone' to ensure a return value of something other than nil. Update spm.sh to latest revision to include all previous paklib changes. check-in: 49515ca882 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
15:30
Add lite spm.sh script, to replace bootstrapper script in the future. check-in: d768ac7415 user: tcg.thegamer@gmail.com tags: network, trunk, util_git
15:27
Add new function 'conf.create' to conf utility, to allow for creation-only of variables. If a key already exists, the variable is not assigned. This allows the user to run the target 'configure' and not fear that his/her changes are overwritten on the next 'configure' or 'build' run. Update all targets that use 'conf' to use the .create function instead of the .update function. The .update function is to only be used when the explicit need of overriding previous setting is present. Update log to be of a more useful and readable format. check-in: ef3aeb4eeb user: tcg.thegamer@gmail.com tags: network, trunk, util_git
10:37
Fix Sourcefile to only update configuration if it does not already exist. Update bootstrapping script to make use paklib target 'configure' for the entire configuration process. Update utility 'conf' to not write any data if a given key is already set to the specified variable, saving more disk writes. Update addpayload and Tupfile to allow 'lite' builds, creating a simple bash script with a payload without any binary content at all, depending on lua and git and build systems on the target system. check-in: e5413d4a84 user: tcg.thegamer@gmail.com tags: network, trunk, util_git