Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .buildscripts/arctica.conf: Make buildscript config host and key independent ↵ | Mike Gabriel | 2015-11-10 | 1 | -10/+10 | |
| | | | | (i.e., portable). Support Ubuntu Xenial and Debian stretch builds. | |||||
* | Support sbuild's --extra-repository parameter at build time. | Mike Gabriel | 2015-11-10 | 1 | -3/+3 | |
| | ||||||
* | Also build for Ubuntu xenial by default. | Mike Gabriel | 2015-11-10 | 1 | -2/+2 | |
| | ||||||
* | Arctica Project ships nightly builds in a completely separate repo (compared ↵ | Mike Gabriel | 2015-11-10 | 1 | -1/+1 | |
| | | | | to how X2Go provides .deb packages). | |||||
* | Upload user is: arctica-uploader, not arctica-admin. | Mike Gabriel | 2015-11-10 | 1 | -4/+4 | |
| | ||||||
* | make buildscripts work for ArcticaProject | Mike Gabriel | 2015-09-18 | 3 | -149/+114 | |
| | ||||||
* | Revert "IRC webhook test..." | Mike Gabriel | 2015-05-14 | 1 | -0/+0 | |
| | | | | This reverts commit ca529a1b551060d7df07afd0da9bc792ef86c939. | |||||
* | IRC webhook test... | Mike Gabriel | 2015-05-14 | 1 | -0/+0 | |
| | ||||||
* | fix detection of top commit on a branch (or tag) | Mike Gabriel | 2015-04-27 | 2 | -2/+2 | |
| | ||||||
* | add sbuild-deb-package, copied from build-deb-package as a starting point | Mike Gabriel | 2015-04-27 | 1 | -0/+408 | |
| | ||||||
* | remove more references to X2Go | Mike Gabriel | 2015-04-20 | 3 | -8/+4 | |
| | ||||||
* | fork X2Go buildscripts for Arctica Project | Mike Gabriel | 2015-04-20 | 26 | -890/+68 | |
| | ||||||
* | 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 ↵ | Mihai Moldovan | 2015-04-03 | 1 | -0/+3 | |
| | | | | build_packages(). This will need some cleanup work. | |||||
* | bin/build-rpm-package: fix find calls. Use weird read -r -d '' trick to ↵ | Mihai Moldovan | 2015-04-03 | 1 | -7/+24 | |
| | | | | parse 0-delimited pseudo-arrays. | |||||
* | home/.buildscripts/x2go.conf: use more quotes and curly braces. | Mihai Moldovan | 2015-04-03 | 1 | -51/+51 | |
| | ||||||
* | bin/build-rpm-package: add Fedora 22 and EPEL 7 releases. | Mihai Moldovan | 2015-04-03 | 2 | -2/+2 | |
| | ||||||
* | bin/build-rpm-package: remove ${TEMP_DIR} cleanup now handled by the ↵ | Mihai Moldovan | 2015-04-03 | 1 | -6/+0 | |
| | | | | cleanup() function. | |||||
* | bin/build-rpm-package: merge ${temp_cleanup} changes from bin/build-deb-package. | Mihai Moldovan | 2015-04-03 | 1 | -0/+10 | |
| | ||||||
* | bin/build-deb-package: remove ${TEMP_DIR} removal on success -- handled by ↵ | Mihai Moldovan | 2015-04-03 | 1 | -1/+0 | |
| | | | | the new cleanup() function. | |||||
* | bin/build-deb-package: pass end of options argument when calling to rm. | Mihai Moldovan | 2015-04-03 | 1 | -1/+1 | |
| | ||||||
* | bin/build-deb-package: check items of ${temp_cleanup} array for being not null. | Mihai Moldovan | 2015-04-03 | 1 | -1/+1 | |
| | ||||||
* | bin/build-deb-package: change ${TEMP_CLEANUP} to lower-case variant and a ↵ | Mihai Moldovan | 2015-04-03 | 1 | -9/+3 | |
| | | | | bash array. | |||||
* | 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 ↵ | Mihai Moldovan | 2015-04-03 | 1 | -4/+19 | |
| | | | | solution in more places. | |||||
* | bin/build-rpm-package: add comments for some functions. | Mihai Moldovan | 2015-04-03 | 1 | -0/+6 | |
| | ||||||
* | bin/build-deb-package: do not use a subshell for splitting up ${DEB_BUILD_FOR}. | Mihai Moldovan | 2015-04-03 | 1 | -3/+33 | |
| | | | | Switch to word splitting and bash arrays. | |||||
* | bin/build-deb-package: add cleanup function to not leave random temporary ↵ | Mihai Moldovan | 2015-04-03 | 1 | -0/+25 | |
| | | | | directories around. | |||||
* | bin/build-deb-package: misc changes: | Mihai Moldovan | 2015-04-03 | 1 | -153/+150 | |
| | | | | | | | | | | | | | | - Use more curly braces and quotes. - Do not use echo and cat when not needed. - Change egrep to grep -E. - Use -q and -s flags for grep if it makes sense. - Terminate options with -- for "simple" GNU commands like mv, cp and others. - Typo fixes in comments. - Replace ls with find. - Whitespace fixes. - Remove redundant lines. - Clean stray semicolons. | |||||
* | bin/build-rpm-package: misc changes: | Mihai Moldovan | 2015-04-03 | 1 | -196/+197 | |
| | | | | | | | | | | | - Use more curly braces and quotes. - Do not use echo and cat when not needed. - Change egrep to grep -E. - Use -q and -s flags for grep if it makes sense. - Terminate options with -- for "simple" GNU commands like mv, cp and others. - Typo fixes in comments. - Replace ls with find. | |||||
* | 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 | |
| | | | | do not prepend ${TMP_MOCK_CFG_DIR}. | |||||
* | 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 | |
| | | | | TMP_MOCK_CFG_DIR is actually modified in the main process. | |||||
* | 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-{all-deb-packages,deb-package,nsis-package.sh},signtarballs,updat ↵ | Mihai Moldovan | 2015-04-01 | 6 | -9/+9 | |
| | | | | ebuild{main,release}}: don't use a negative exit status. It was a bad idea to begin with. | |||||
* | bin/build-{deb,nsis,rpm}-package: quote $@ variable to pass all arguments ↵ | Mihai Moldovan | 2015-04-01 | 3 | -3/+3 | |
| | | | | correctly to set_vars. | |||||
* | 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 ↵ | Mihai Moldovan | 2015-04-01 | 1 | -6/+9 | |
| | | | | not already existing. Fix replacement of releasever. | |||||
* | bin/build-rpm-package: replace $releasever with a constant value and force ↵ | Mihai Moldovan | 2015-04-01 | 1 | -3/+20 | |
| | | | | gpgcheck to 0. | |||||
* | 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 ↵ | Mihai Moldovan | 2015-04-01 | 1 | -16/+16 | |
| | | | | MOCK_CHROOT_CONFIG directly. Do not call it in a subshell. It needs to modify global variables. | |||||
* | bin/build-rpm-package: do not use create_mock_config() in a subshell. It ↵ | Mihai Moldovan | 2015-04-01 | 1 | -8/+6 | |
| | | | | needs to edit variables in global scope. |