Timeline
Not logged in

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

17 check-ins using file src/repo/Tupfile version d495cb26df

2013-05-26
16:25
Move documentation to gh-pages check-in: 59520e56b1 user: tcg.thegamer@gmail.com tags: develop-terra, trunk, util_git
2013-05-25
21:13
Merge branch 'master' into feature/filesystem Leaf check-in: df2791d5ae user: tcg.thegamer@gmail.com tags: filesystem, trunk
21:07
Update README Add new spm script configuration 'minimal', which executes directly from the repository (or any location in the "$SPM_ROOT/paklib" variable.) check-in: 6a9f9bde00 user: tcg.thegamer@gmail.com tags: develop-terra, trunk, util_git
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