diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-01 16:00:17 +0000 |
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-01 16:00:17 +0000 |
| commit | 3b9534f7d814091a40c91f4823bd3c6f9696fefc (patch) | |
| tree | d5db0957b594dd0303cd8dd5f48f371e8dac6082 /trunk/src/createpkg | |
| parent | 89d8e101ac029f127a2579c531052e42d2ebd33b (diff) | |
| download | simplepkg-3b9534f7d814091a40c91f4823bd3c6f9696fefc.tar.gz simplepkg-3b9534f7d814091a40c91f4823bd3c6f9696fefc.tar.bz2 | |
adding mkbuild commit features
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@616 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
| -rw-r--r-- | trunk/src/createpkg | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 296a5fa..41d860e 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -298,33 +298,6 @@ function repository_status { } -function commit_changes { - - # usage: commit_changes <repository_path> - - local repos="$1" tmpfile - shift - - if [ -d "$repos/.svn" ]; then - cwd="`pwd`" - chown_svn $repos && chgrp_svn $repos - cd $repos - if [ ! -z "$1" ]; then - if tmpfile=`mktemp -t createpkg_commit.XXXXXX`; then - echo $* > $tmpfile - su_svn commit -F $tmpfile - rm -f $tmpfile - else - su_svn commit - fi - else - su_svn commit - fi - cd $cwd - fi - -} - function create_repo_folder { # Create repository directory |
