index
:
buildscripts
arctica-builder
Arctica Project's buildscripts and tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
build-rpm-package
Commit message (
Expand
)
Author
Age
Files
Lines
*
use "release" as keyword for release builds
Mike Gabriel
2016-09-13
1
-14
/
+7
*
bundle release builds: Fix usage of wrong var name.
Mike Gabriel
2016-09-13
1
-1
/
+1
*
fix detection of top commit on a branch (or tag)
Mike Gabriel
2015-04-27
1
-1
/
+1
*
fork X2Go buildscripts for Arctica Project
Mike Gabriel
2015-04-20
1
-1
/
+1
*
bin/build-rpm-package: fix override inclusion.
Mihai Moldovan
2015-04-03
1
-1
/
+1
*
bin/build-rpm-package: reset ${l_ARCH} to an empty string in build_packages()...
Mihai Moldovan
2015-04-03
1
-0
/
+3
*
bin/build-rpm-package: fix find calls. Use weird read -r -d '' trick to parse...
Mihai Moldovan
2015-04-03
1
-7
/
+24
*
bin/build-rpm-package: add Fedora 22 and EPEL 7 releases.
Mihai Moldovan
2015-04-03
1
-1
/
+1
*
bin/build-rpm-package: remove ${TEMP_DIR} cleanup now handled by the cleanup(...
Mihai Moldovan
2015-04-03
1
-6
/
+0
*
bin/build-rpm-package: merge ${temp_cleanup} changes from bin/build-deb-package.
Mihai Moldovan
2015-04-03
1
-0
/
+10
*
bin/build-rpm-package: change bash array name to lowercase.
Mihai Moldovan
2015-04-03
1
-3
/
+4
*
bin/build-rpm-package: change ${RPM_BUILD_FOR} splitting to a bash-only solut...
Mihai Moldovan
2015-04-03
1
-4
/
+19
*
bin/build-rpm-package: add comments for some functions.
Mihai Moldovan
2015-04-03
1
-0
/
+6
*
bin/build-rpm-package: misc changes:
Mihai Moldovan
2015-04-03
1
-196
/
+197
*
bin/build-rpm-package: fix default RPM_BUILD_FOR assignment.
Mihai Moldovan
2015-04-03
1
-1
/
+1
*
bin/build-rpm-package: variable ${file} is already a full-pathed file there, ...
Mihai Moldovan
2015-04-02
1
-1
/
+1
*
bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell.
Mihai Moldovan
2015-04-02
1
-1
/
+1
*
bin/build-rpm-package: do not create a subshell in build_packages(), so that ...
Mihai Moldovan
2015-04-02
1
-1
/
+9
*
bin/build-rpm-package: more curly braces!
Mihai Moldovan
2015-04-02
1
-1
/
+1
*
bin/build-rpm-package: make OLDIFS variable local.
Mihai Moldovan
2015-04-02
1
-1
/
+1
*
bin/build-rpm-package: fix parse error.
Mihai Moldovan
2015-04-02
1
-1
/
+6
*
bin/build-rpm-package: use more curly braces.
Mihai Moldovan
2015-04-02
1
-3
/
+2
*
bin/build-rpm-package: use make_boolean more often, use more quoting.
Mihai Moldovan
2015-04-02
1
-3
/
+5
*
bin/build-{deb,nsis,rpm}-package: quote $@ variable to pass all arguments cor...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: change -1 return codes to 1.
Mihai Moldovan
2015-04-01
1
-20
/
+20
*
bin/build-rpm-package: remove stupid sedism.
Mihai Moldovan
2015-04-01
1
-2
/
+2
*
bin/build-rpm-package: force-enable repositories.
Mihai Moldovan
2015-04-01
1
-0
/
+5
*
bin/build-rpm-package: fix gpgcheck regex.
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: only create a new temporary mock config directory if n...
Mihai Moldovan
2015-04-01
1
-6
/
+9
*
bin/build-rpm-package: replace $releasever with a constant value and force gp...
Mihai Moldovan
2015-04-01
1
-3
/
+20
*
bin/build-rpm-package: add successful return statement in function missing them.
Mihai Moldovan
2015-04-01
1
-0
/
+9
*
bin/build-rpm-package: make get_extra_repository() edit OTHERMIRROR or MOCK_C...
Mihai Moldovan
2015-04-01
1
-16
/
+16
*
bin/build-rpm-package: do not use create_mock_config() in a subshell. It need...
Mihai Moldovan
2015-04-01
1
-8
/
+6
*
bin/build-rpm-package: also pass through the line when detecting the start of...
Mihai Moldovan
2015-04-01
1
-1
/
+4
*
bin/build-rpm-package: a typo'd regex character class is unlikely to match
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: append .cfg extension to MOCK_BASE if necessary.
Mihai Moldovan
2015-04-01
1
-2
/
+9
*
bin/build-rpm-package: disallow hyphens again. Bad idea for greedy regexes, e...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: additionally allow underscore and hyphen characters in...
Mihai Moldovan
2015-04-01
1
-2
/
+2
*
bin/build-rpm-package: ignore errors when removing temporary mock config file...
Mihai Moldovan
2015-04-01
1
-1
/
+2
*
bin/build-rpm-package: add ERR trap handler. This script is executed with set...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: cleanup cleanup().
Mihai Moldovan
2015-04-01
1
-22
/
+18
*
bin/build-rpm-package: comment changes only. Typo fix.
Mihai Moldovan
2015-04-01
1
-2
/
+2
*
bin/build-rpm-package: move ${TEMP_BASE} into "global scope" to have it alway...
Mihai Moldovan
2015-04-01
1
-4
/
+3
*
bin/build-rpm-package: rewrite the mock part of get_extra_repository() to use...
Mihai Moldovan
2015-04-01
1
-35
/
+23
*
bin/build-rpm-package: respect WANT_EXTRA parameter in get_extra_repository()...
Mihai Moldovan
2015-04-01
1
-4
/
+7
*
bin/build-rpm-package: use RPM_WANT_EXTRA_REPOS when calling get_extra_reposi...
Mihai Moldovan
2015-04-01
1
-5
/
+5
*
{bin/build-rpm-package,home/.buildscripts/x2go.conf}: add new parameter RPM_W...
Mihai Moldovan
2015-04-01
1
-0
/
+9
*
bin/build-rpm-package: add make_boolean() function to convert a semi-random s...
Mihai Moldovan
2015-04-01
1
-0
/
+12
*
bin/build-rpm-package: set RPM_MOCK_CONFIG_DIR to a sane value (/etc/mock) fo...
Mihai Moldovan
2015-04-01
1
-1
/
+1
*
bin/build-rpm-package: lose parameter CUSTOM_REPO to create_mock_config(). It...
Mihai Moldovan
2015-04-01
1
-20
/
+21
[next]