]> git.pld-linux.org Git - packages/rpm-build-tools.git/log
packages/rpm-build-tools.git
12 years agoFix deletion of .gitignore
Kacper Kornet [Tue, 29 Nov 2011 18:28:19 +0000 (18:28 +0000)]
Fix deletion of .gitignore

12 years agoFetch all notes
Kacper Kornet [Tue, 29 Nov 2011 16:38:04 +0000 (16:38 +0000)]
Fetch all notes

12 years agoPossibility to have fixed changelog
Kacper Kornet [Sun, 30 Oct 2011 06:48:14 +0000 (06:48 +0000)]
Possibility to have fixed changelog

If a note in default name space exists it is used instead for commit log
to generate %changelog in spec file. It offers a possibility to fix
mistakes in commit logs.

12 years agoMove check which branch is active to init_builder
Kacper Kornet [Sat, 11 Jun 2011 20:36:52 +0000 (21:36 +0100)]
Move check which branch is active to init_builder

To check which branch is active the proper GIT_DIR is required, which is
set in init_builder.

12 years agoAnonymous access via git daemon
Kacper Kornet [Mon, 28 Nov 2011 15:40:09 +0000 (15:40 +0000)]
Anonymous access via git daemon

12 years agoRewrite create_git_repo for gitolite on carme
Kacper Kornet [Wed, 18 May 2011 11:56:36 +0000 (12:56 +0100)]
Rewrite create_git_repo for gitolite on carme

12 years agoSeparate packages dirname from GIT_SERVER variable
Kacper Kornet [Wed, 18 May 2011 11:55:48 +0000 (12:55 +0100)]
Separate packages dirname from GIT_SERVER variable

12 years agoChange server addresses for gitolite at carme
Kacper Kornet [Tue, 17 May 2011 16:33:23 +0000 (17:33 +0100)]
Change server addresses for gitolite at carme

The anonymous access not enable yet.

12 years agoRevert "Add variable GIT_LOGINNAME used to push changes upstream"
Kacper Kornet [Mon, 28 Nov 2011 15:26:11 +0000 (15:26 +0000)]
Revert "Add variable GIT_LOGINNAME used to push changes upstream"

In gitolite every user should push to the same account. I knew it, but
nevertheless I have coded it wrongly.

This reverts commit 0bd62c51a1d288d9e5eeec887391501d35f224be.

12 years agoDo not fetch during tagging
Kacper Kornet [Thu, 19 May 2011 16:39:43 +0000 (17:39 +0100)]
Do not fetch during tagging

Previously if upstream was updated since last fetch, the newer version
was tagged. But it could create a race condition on builders, where
different versions where checked and tagged.

12 years agoRemove verify from git-show-ref
Kacper Kornet [Thu, 12 May 2011 14:35:21 +0000 (15:35 +0100)]
Remove verify from git-show-ref

When tag does not exist git-show-ref --verify prints error message. To
avoid it the option is removed.

12 years agoChange the information about existing tags
Kacper Kornet [Thu, 12 May 2011 13:19:49 +0000 (14:19 +0100)]
Change the information about existing tags

As git-ls-remote and git-show-ref can print refs of found tags, the
err_tag_exists do not need to duplicate this information.

12 years agoFix test if build is from correct branch with shallow fetch
Kacper Kornet [Thu, 12 May 2011 14:28:54 +0000 (15:28 +0100)]
Fix test if build is from correct branch with shallow fetch

In case of shallow fetch, there is no local information about all remote
branches. Therefore the test if build is from correct branch, should use
git ls-remote in this case.

12 years agoFix test of existing tags with shallow fetch
Kacper Kornet [Thu, 12 May 2011 08:49:25 +0000 (09:49 +0100)]
Fix test of existing tags with shallow fetch

In case of shallow fetch, there is no local information about all
existing tags. Therefore the test if the tag already exists, should use
git ls-remote in this case. It enables to fail earlier before the try to
push existing tag.

Unfortunately git-ls-remote returns with 0 even if the refs is not
found. So it is necessary to check if its output is not empty.

12 years agoUse plumbing in check if build is from correct branch
Kacper Kornet [Thu, 12 May 2011 13:49:05 +0000 (14:49 +0100)]
Use plumbing in check if build is from correct branch

13 years agoShallow fetch of all branches
Kacper Kornet [Fri, 15 Apr 2011 14:45:51 +0000 (15:45 +0100)]
Shallow fetch of all branches

Builders requires informations about all existing branches to check if
the build is from correct one. The option --all-branches is added to
enable it with shallow fetch.

13 years agoMove default location of directory with builder script one level up
Kacper Kornet [Thu, 14 Apr 2011 13:15:54 +0000 (14:15 +0100)]
Move default location of directory with builder script one level up

Default location of directory with builder script is now
$HOME/rpm/rpm-build-tools. In old location
(rpm/packages/rpm-build-tools) when someone send a request to builders
to build rpm-build-tools package, it was deleted during cleaning
afterwards.

13 years agoExit with error when cannot push tags
Kacper Kornet [Tue, 12 Apr 2011 19:49:00 +0000 (20:49 +0100)]
Exit with error when cannot push tags

13 years agoMerge branch 'fix_test_tag'
Kacper Kornet [Tue, 12 Apr 2011 17:15:22 +0000 (18:15 +0100)]
Merge branch 'fix_test_tag'

13 years agoFix --test-tag if XX-branch does not exist
Kacper Kornet [Tue, 12 Apr 2011 17:14:15 +0000 (18:14 +0100)]
Fix --test-tag if XX-branch does not exist

13 years agoSimplify mr_proper
Kacper Kornet [Tue, 12 Apr 2011 16:45:26 +0000 (17:45 +0100)]
Simplify mr_proper

13 years agoFix cloning in init_rpm_dir
Kacper Kornet [Tue, 12 Apr 2011 12:39:58 +0000 (13:39 +0100)]
Fix cloning in init_rpm_dir

See description for:
37fcdbb64e205f52edbe489c1f34b39f18bb49ca

13 years agorsync.sh does not exist
Kacper Kornet [Fri, 8 Apr 2011 19:31:31 +0000 (20:31 +0100)]
rsync.sh does not exist

Do not create symlinks to rsync.sh, as it does not exist. At least I
can't find anywhere.

13 years agoinit_rpm_dir can be called from any directory
Kacper Kornet [Tue, 5 Apr 2011 16:50:46 +0000 (17:50 +0100)]
init_rpm_dir can be called from any directory

13 years agoAlways create links in init_rpm_dir
Kacper Kornet [Tue, 5 Apr 2011 16:48:46 +0000 (17:48 +0100)]
Always create links in init_rpm_dir

13 years agoPossibility to add a new package to PLD repo
Kacper Kornet [Tue, 5 Apr 2011 15:54:29 +0000 (16:54 +0100)]
Possibility to add a new package to PLD repo

13 years agoRemove superflous quotes around $DEPTH
Kacper Kornet [Tue, 5 Apr 2011 11:07:18 +0000 (12:07 +0100)]
Remove superflous quotes around $DEPTH

13 years agoFix type in name rpm-build-tools
Kacper Kornet [Tue, 5 Apr 2011 10:58:19 +0000 (11:58 +0100)]
Fix type in name rpm-build-tools

13 years agoRemove TAGREL from error print as it is no longer set
Kacper Kornet [Mon, 4 Apr 2011 13:51:00 +0000 (14:51 +0100)]
Remove TAGREL from error print as it is no longer set

13 years agoMake --test-tag option more strict
Kacper Kornet [Mon, 4 Apr 2011 13:47:56 +0000 (14:47 +0100)]
Make --test-tag option more strict

13 years agoPush new and changed tags upstream
Kacper Kornet [Mon, 4 Apr 2011 12:39:03 +0000 (13:39 +0100)]
Push new and changed tags upstream

13 years agoAdd variable GIT_LOGINNAME used to push changes upstream
Kacper Kornet [Mon, 4 Apr 2011 12:37:12 +0000 (13:37 +0100)]
Add variable GIT_LOGINNAME used to push changes upstream

13 years agoAbility to configure the remote name tracking PLD upstream
Kacper Kornet [Fri, 1 Apr 2011 17:52:27 +0000 (18:52 +0100)]
Ability to configure the remote name tracking PLD upstream

13 years agoMerge branch 'shallow_clone'
Kacper Kornet [Fri, 1 Apr 2011 14:45:36 +0000 (15:45 +0100)]
Merge branch 'shallow_clone'

13 years agoAssume branch name for initial shallow clone
Kacper Kornet [Fri, 1 Apr 2011 14:31:48 +0000 (15:31 +0100)]
Assume branch name for initial shallow clone

13 years agoGit can show available branches also offline
Kacper Kornet [Fri, 1 Apr 2011 13:06:18 +0000 (14:06 +0100)]
Git can show available branches also offline

13 years agoUpdate some comments to git
Kacper Kornet [Fri, 1 Apr 2011 13:18:26 +0000 (14:18 +0100)]
Update some comments to git

13 years agoRewrite description of -A option
Kacper Kornet [Fri, 1 Apr 2011 13:13:36 +0000 (14:13 +0100)]
Rewrite description of -A option

13 years agoChange error texts to reflect change from CVS to git
Kacper Kornet [Fri, 1 Apr 2011 12:57:31 +0000 (13:57 +0100)]
Change error texts to reflect change from CVS to git

13 years agoChange description of options to reflect change from CVS to git
Kacper Kornet [Thu, 31 Mar 2011 21:40:08 +0000 (22:40 +0100)]
Change description of options to reflect change from CVS to git

13 years agoClean some obsolete variables and options
Kacper Kornet [Thu, 31 Mar 2011 17:17:25 +0000 (18:17 +0100)]
Clean some obsolete variables and options

13 years agoRemove obsolete cvs_entry_remove function
Kacper Kornet [Thu, 31 Mar 2011 16:37:22 +0000 (17:37 +0100)]
Remove obsolete cvs_entry_remove function

13 years agoMove mirrors to rpm-build-tools so it is usable with git
Kacper Kornet [Thu, 31 Mar 2011 16:30:16 +0000 (17:30 +0100)]
Move mirrors to rpm-build-tools so it is usable with git

13 years agoRewrite init_rpm_dir with git
Kacper Kornet [Thu, 31 Mar 2011 16:01:29 +0000 (17:01 +0100)]
Rewrite init_rpm_dir with git

It is under assumption that all files: dropin md5 adapter builder
{relup,compile,repackage,rsync,pearize}.sh pldnotify.awk were moved
from packages/ to rpm-build-tools.

13 years agoInserts git log instead of %changelog
Elan Ruusamäe [Thu, 31 Mar 2011 14:39:05 +0000 (15:39 +0100)]
Inserts git log instead of %changelog

13 years agoImplement shallow copy of only one branch
Kacper Kornet [Wed, 30 Mar 2011 21:16:00 +0000 (22:16 +0100)]
Implement shallow copy of only one branch

It can be useful for builders, so they don't have to clone whole
repository every time.

13 years agoMerge branch 'only_branches_and_tags'
Kacper Kornet [Thu, 31 Mar 2011 13:15:34 +0000 (14:15 +0100)]
Merge branch 'only_branches_and_tags'

13 years agoFix checkout of new tracking branches
Kacper Kornet [Thu, 31 Mar 2011 13:13:28 +0000 (14:13 +0100)]
Fix checkout of new tracking branches

With git checkout "$CVSTAG" -- a new tracking branch is not created if
only remote branch origin/$CVSTAG exist.

13 years agoMerge branch 'checkout_by_date'
Kacper Kornet [Thu, 31 Mar 2011 11:46:06 +0000 (12:46 +0100)]
Merge branch 'checkout_by_date'

13 years agoFix checkout by date
Kacper Kornet [Thu, 31 Mar 2011 11:45:21 +0000 (12:45 +0100)]
Fix checkout by date

13 years agoRewrtie additional-md5ums feature
Kacper Kornet [Wed, 30 Mar 2011 17:21:20 +0000 (18:21 +0100)]
Rewrtie additional-md5ums feature

additional-md5sums file has now format compatible with Fedora sources
files:

<md5sum> <file_name>

13 years agoBe more specific about src_md5 in TODO file
Kacper Kornet [Wed, 30 Mar 2011 12:47:19 +0000 (13:47 +0100)]
Be more specific about src_md5 in TODO file

13 years agoMerge branch 'remove_package'
Kacper Kornet [Wed, 30 Mar 2011 12:35:07 +0000 (13:35 +0100)]
Merge branch 'remove_package'

13 years agoTry to remove package directory if empty
Kacper Kornet [Wed, 30 Mar 2011 12:34:11 +0000 (13:34 +0100)]
Try to remove package directory if empty

13 years agoRemove .gitignore file while removing package
Kacper Kornet [Wed, 30 Mar 2011 12:33:31 +0000 (13:33 +0100)]
Remove .gitignore file while removing package

13 years agoVerify if date is a valid one
Kacper Kornet [Wed, 30 Mar 2011 12:19:22 +0000 (13:19 +0100)]
Verify if date is a valid one

If git rev-list --before is called with date it cannot recognize, it
does not exits with error.

13 years agoEnable to checkout from specified date
Kacper Kornet [Wed, 30 Mar 2011 11:45:30 +0000 (12:45 +0100)]
Enable to checkout from specified date

13 years agoCheckout only branches or tags
Kacper Kornet [Wed, 30 Mar 2011 09:00:47 +0000 (10:00 +0100)]
Checkout only branches or tags

With git checkout "$CVSTAG", if $CVSTAG did not match name of any branch
or tag, it tried to checkout file $CVSTAG from current HEAD.

13 years agoMerge branch 'remove_package'
Kacper Kornet [Tue, 29 Mar 2011 14:05:52 +0000 (15:05 +0100)]
Merge branch 'remove_package'

13 years agoReimplement package removing
Kacper Kornet [Tue, 29 Mar 2011 13:54:18 +0000 (14:54 +0100)]
Reimplement package removing

Partially revert HEAD~1 and fix defintions of rpm macros in command
line.

13 years agoTypo in name of function: remove_build_requires
Kacper Kornet [Tue, 29 Mar 2011 08:16:41 +0000 (09:16 +0100)]
Typo in name of function: remove_build_requires

13 years agoTODO file
Kacper Kornet [Mon, 28 Mar 2011 13:04:15 +0000 (14:04 +0100)]
TODO file

13 years agoFix -A switch in git version
Kacper Kornet [Mon, 28 Mar 2011 12:16:41 +0000 (13:16 +0100)]
Fix -A switch in git version

13 years agoUse global GIT_WORK_TREE and GIT_DIR
Kacper Kornet [Mon, 28 Mar 2011 12:00:42 +0000 (13:00 +0100)]
Use global GIT_WORK_TREE and GIT_DIR

13 years agoWork around for git clone with GIT_WORK_TREE
Kacper Kornet [Mon, 28 Mar 2011 11:41:01 +0000 (12:41 +0100)]
Work around for git clone with GIT_WORK_TREE

When git clone is called with GIT_WORK_TREE set it assumes that local
repo should be bare and puts it in <name> directory. To receive the
usual layout it is necessary to unset locally GIT_WORK_TREE.

13 years agoBetter way to implement spec:branch syntax
Kacper Kornet [Fri, 25 Mar 2011 19:31:17 +0000 (19:31 +0000)]
Better way to implement spec:branch syntax

Previously if branch differen branch was checkout it was this old branch
that was merged with upstream.

13 years agoRemove NOCVS variable
Kacper Kornet [Fri, 25 Mar 2011 13:38:46 +0000 (13:38 +0000)]
Remove NOCVS variable

13 years agoRewrite check if build is from correct branch
Kacper Kornet [Fri, 25 Mar 2011 00:46:49 +0000 (00:46 +0000)]
Rewrite check if build is from correct branch

13 years agoRewrite checking if tag already exists
Kacper Kornet [Thu, 24 Mar 2011 18:29:28 +0000 (18:29 +0000)]
Rewrite checking if tag already exists

13 years agoPackage removing - not yet implemented
Kacper Kornet [Thu, 24 Mar 2011 17:04:52 +0000 (17:04 +0000)]
Package removing - not yet implemented

13 years agoPrint warning if branch other then master is checkout
Kacper Kornet [Fri, 25 Mar 2011 17:55:23 +0000 (17:55 +0000)]
Print warning if branch other then master is checkout

13 years agoRemove --use-greed-sources option
Kacper Kornet [Thu, 24 Mar 2011 16:52:20 +0000 (16:52 +0000)]
Remove --use-greed-sources option

13 years agoRemove cvs-nserver check
Kacper Kornet [Thu, 24 Mar 2011 17:42:12 +0000 (17:42 +0000)]
Remove cvs-nserver check

13 years agoRewrite display_branches for git
Kacper Kornet [Thu, 24 Mar 2011 16:48:51 +0000 (16:48 +0000)]
Rewrite display_branches for git

13 years agoRemove functions not longer required with git
Kacper Kornet [Wed, 23 Mar 2011 22:40:34 +0000 (22:40 +0000)]
Remove functions not longer required with git

Removed functions:
    cvsup
    is_tag_a_branch

13 years agoRewrite branch_files for git
Kacper Kornet [Tue, 22 Mar 2011 20:40:14 +0000 (20:40 +0000)]
Rewrite branch_files for git

13 years agoNo need to download sources for tagging or branching
Kacper Kornet [Tue, 22 Mar 2011 20:12:48 +0000 (20:12 +0000)]
No need to download sources for tagging or branching

13 years agoFix CVS_FORCE option for git
Kacper Kornet [Tue, 22 Mar 2011 19:58:04 +0000 (19:58 +0000)]
Fix CVS_FORCE option for git

13 years agoRewrite tagging with git
Kacper Kornet [Tue, 22 Mar 2011 19:28:34 +0000 (19:28 +0000)]
Rewrite tagging with git

13 years agoRemove downloading of sources from cvs
Kacper Kornet [Tue, 22 Mar 2011 19:03:12 +0000 (19:03 +0000)]
Remove downloading of sources from cvs

13 years agoChange CVS->git in warning in get_files
Kacper Kornet [Mon, 21 Mar 2011 18:53:50 +0000 (18:53 +0000)]
Change CVS->git in warning in get_files

13 years agoCheckout commit if specfile:commit syntax is used
Kacper Kornet [Wed, 23 Mar 2011 03:54:47 +0000 (03:54 +0000)]
Checkout commit if specfile:commit syntax is used

13 years agoIgnore file for git
Kacper Kornet [Mon, 21 Mar 2011 17:53:02 +0000 (17:53 +0000)]
Ignore file for git

13 years agoRewrite get_spec with git
Kacper Kornet [Mon, 21 Mar 2011 17:39:28 +0000 (17:39 +0000)]
Rewrite get_spec with git

13 years agoVariable for path to git server
Kacper Kornet [Mon, 21 Mar 2011 17:36:40 +0000 (17:36 +0000)]
Variable for path to git server

Should be change to official PLD repo later.

13 years agoError code for not implemented functionality
Kacper Kornet [Mon, 21 Mar 2011 17:32:59 +0000 (17:32 +0000)]
Error code for not implemented functionality

A this full functionality is not yet implemented so introduce code
error for it.

13 years agoInitial copy of builder
Kacper Kornet [Mon, 21 Mar 2011 15:58:54 +0000 (15:58 +0000)]
Initial copy of builder

11 years ago- add generic tempfile()
Elan Ruusamäe [Sun, 13 Feb 2011 17:54:10 +0000 (17:54 +0000)]
- add generic tempfile()

Changed files:
    builder.sh -> 1.645

11 years ago- fix --source-xx commands
Elan Ruusamäe [Sun, 13 Feb 2011 17:53:03 +0000 (17:53 +0000)]
- fix --source-xx commands

Changed files:
    builder.sh -> 1.644

11 years ago- use java(jaxp_parser_impl) virtual dep instead of direct java-xerces so java-sun...
Elan Ruusamäe [Wed, 9 Feb 2011 17:32:12 +0000 (17:32 +0000)]
- use java(jaxp_parser_impl) virtual dep instead of direct java-xerces so java-sun can satisfy too

Changed files:
    adapter.awk -> 1.489

11 years ago- sf url unify
Elan Ruusamäe [Wed, 9 Feb 2011 14:38:13 +0000 (14:38 +0000)]
- sf url unify

Changed files:
    adapter.awk -> 1.488

11 years ago- 2011
Elan Ruusamäe [Wed, 2 Feb 2011 08:33:52 +0000 (08:33 +0000)]
- 2011

Changed files:
    builder.sh -> 1.643

11 years ago- updated
Elan Ruusamäe [Mon, 31 Jan 2011 07:44:39 +0000 (07:44 +0000)]
- updated

Changed files:
    adapter.awk -> 1.487

11 years ago- remove trailing whitespace before trying to split %configure options
sparky [Sun, 30 Jan 2011 15:47:55 +0000 (15:47 +0000)]
- remove trailing whitespace before trying to split %configure options

Changed files:
    adapter.awk -> 1.486

11 years ago- make "first line" regular expression compatible with mawk
sparky [Fri, 28 Jan 2011 14:11:17 +0000 (14:11 +0000)]
- make "first line" regular expression compatible with mawk

Changed files:
    adapter.awk -> 1.485

11 years ago- try to fix first line if it is broken
sparky [Fri, 28 Jan 2011 13:39:37 +0000 (13:39 +0000)]
- try to fix first line if it is broken

Changed files:
    adapter.awk -> 1.484

11 years ago- wget timeout/retries everywhere not to linger around forever
Elan Ruusamäe [Tue, 18 Jan 2011 18:14:37 +0000 (18:14 +0000)]
- wget timeout/retries everywhere not to linger around forever

Changed files:
    pldnotify.awk -> 1.99

11 years ago- subst py3 macros
Elan Ruusamäe [Tue, 18 Jan 2011 07:17:21 +0000 (07:17 +0000)]
- subst py3 macros

Changed files:
    adapter.awk -> 1.483

11 years ago- add py3 macros
Elan Ruusamäe [Tue, 18 Jan 2011 07:16:38 +0000 (07:16 +0000)]
- add py3 macros

Changed files:
    adapter.awk -> 1.482
    adapter.sh -> 1.47

11 years ago- update fn map
Elan Ruusamäe [Tue, 18 Jan 2011 07:12:44 +0000 (07:12 +0000)]
- update fn map

Changed files:
    adapter.awk -> 1.481

This page took 0.084674 seconds and 4 git commands to generate.