summaryrefslogtreecommitdiff
path: root/source4/script/mkversion.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-11-12s4: Remove obsolete mkversion.shJelmer Vernooij1-133/+0
2008-06-27mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher1-4/+4
metze (This used to be commit 274ae4b06a3d2e99ee4fd7f04430d361d500d451)
2008-01-10prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-77/+17
metze (cherry-picked from 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef) (This used to be commit 464668b07aded0a299eb49b87b51bb9bf53d2c8d)
2007-10-10r25419: fix generation of git revision calculationStefan Metzmacher1-1/+1
metze (This used to be commit 7f70d5e7b901cd04412d111073e459ee756e1d46)
2007-10-10r24822: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-0/+4
Update the mkrelease.sh script and mkversion.sh to make releasing correct Samba4 tarballs harder to screw up. Andrew Bartlett (This used to be commit 5f9ca54b5cc76cedcb56d805d5f9ea9167adc94b)
2007-10-10r24819: We are preparing for alpha1, so update the mkversion script to cope ↵Andrew Bartlett1-1/+5
with that. Andrew Bartlett (This used to be commit 6245da195b76e233f83354797818f608c5458d63)
2007-10-10r23684: Only use the bzr and git information when there'sStefan Metzmacher1-2/+2
a .bzr or .git in the top branch directory I use bzr for my home directory and bzr version-info in ~/devel/samba/4.0/samba4-git gives the info about the ~/.bzr branch metze (This used to be commit 7bb81c1fc335697b5136fd1f705c5dca8eebcd7a)
2007-10-10r23681: merge 23670 from SAMBA_3_0:Stefan Metzmacher1-1/+1
metze (This used to be commit 446312df745160a6ee1bca93143e10927dfb05ce)
2007-10-10r23605: Update mkversion.sh to support git and git-svn checkouts.Kai Blin1-0/+20
Jerry, did I get you right that you'll merge this to 3_0 yourself? Kai (This used to be commit 03be540ee396379fa230a915f39dda734f93ea55)
2007-10-10r19229: let mkversion.sh handle bzr treesStefan Metzmacher1-6/+42
metze (This used to be commit 12c8067337e4cecf1fcd3123e4e0e3bb1bbcba8e)
2007-10-10r16560: print out the correct valueStefan Metzmacher1-1/+1
metze (This used to be commit 0e10282f89bffa29f75762ca4c3704ea150ce5ab)
2007-10-10r15619: use source/version.h againStefan Metzmacher1-1/+1
I have removed the old files from the unpacked area, so we should not get any problems on the build farm metze (This used to be commit a54f9a4fa83afb66d95ee8488c6aa02f4d92d74b)
2007-10-10r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRINGAndrew Tridgell1-1/+1
was defined recursively as the mkversion.sh script was putting the new version in the wrong spot (This used to be commit 962afd362cd5612ef6b527b24c8f80c98eafe984)
2007-10-10r15513: only run 'svn info' and 'svk info' onceStefan Metzmacher1-13/+20
metze (This used to be commit 82cd1de3fb061e0f02455be06506b5aed157b0e5)
2007-10-10r15510: As discussed on samba-technical, move the VERSION system back to aAndrew Bartlett1-19/+11
#define based system only. This avoids allocation in the fault code. Andrew Bartlett (This used to be commit 31c97b4e67ba6a188d0ed4844ca4f2f86f29514f)
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-2/+2
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)
2007-10-10r13112: merge over some stuff from samba3Stefan Metzmacher1-3/+27
metze (This used to be commit 7cb4e1bd0471f0c03fde25f6171565d74ab0549f)
2007-10-10r13079: add SAMBA_VERSION_RELEASE_NICKNAMEStefan Metzmacher1-5/+15
if it's set in source/VERSION smbd --version will print 4.0.0tp1 (Nickname) metze (This used to be commit 780870293b8109250b16101649f110ba22c1932b)
2007-10-10r13077: Allow the mkversion script to be used for technology preview releasesJelmer Vernooij1-5/+6
(This used to be commit 2636e6c948c850e61debf75ff63b5d02f537e917)
2007-10-10r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller1-1/+6
We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618 (This used to be commit 8e2be770aef55ef1d9a7ec45d189c96d231ae72a)
2007-10-10r6920: display the SVN revision in svk build of tree's directly mirrored ↵Stefan Metzmacher1-1/+6
from samba.org metze (This used to be commit 7feddfb5d28784ff4f7dd13075c53923d4df6330)
2007-10-10r6353: we need the english output from the svn commandsStefan Metzmacher1-0/+3
metze (This used to be commit ccedfc9fe72d837186e80a54e6ecd8406e83d1fa)
2007-10-10r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher1-1/+1
for setting the SVN_REVISION in version.h metze (This used to be commit 081f7970dd16215b13fb3ab0630992189a9187be)
2007-10-10r412: as we decide to not do 3.0.2a releases anymore,Stefan Metzmacher1-6/+1
remove the generation stuff from VERSION and mkversion.sh metze (This used to be commit 6658e75358a82e3e6f104487d8bb19514af4e7a7)
2007-10-10r212: fix the svk stuffStefan Metzmacher1-7/+8
metze (This used to be commit 995f54b208eed93930e177ff3f3da44ba4d53bed)
2007-10-10r211: svk has different revision numbers,Stefan Metzmacher1-7/+14
so use "3.9.0-SVK-build-276-metze@dragon" as version when the working copy is checked out with svk metze (This used to be commit a99e31d10fefa6f0bc12444cfc97e5398e80e518)
2007-10-10r205: update to the new version schemaStefan Metzmacher1-19/+11
in a svn or svk working copy (checked out tree) we now have "3.9.0-SVN-build-205" versions for the SAMBA_4_0 branch when I put out the 3.9.0 release it will change to 3.9.1-SVN-build-XXX I will merge this to SAMBA_3_0 and trunk soon metze (This used to be commit a7f552f96bfc1b549e16a09e9bc8c8c57c02eb3e)
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-0/+87
metze (This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)