Build is green https://ci.nasqueron.org/job/test-notifications-phab/215/ for more details.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 17 2016
Sep 17 2016
New release date according the calendar: 28 September 2016
Sep 16 2016
Sep 16 2016
Sep 13 2016
Sep 13 2016
Deploy www.eglide.org
Sep 12 2016
Sep 12 2016
Ensure SLS IDs are unique
dereckson closed T1017: Conflict between roles/core/rc and roles/core/rsyslog as Resolved by committing rOPS248f5481198c: Ensure SLS IDs are unique.
dereckson closed D679: Ensure SLS IDs are unique by committing rOPS248f5481198c: Ensure SLS IDs are unique.
Root cause: rsyslog was trying to use xconsole, a program not installed, to send some logs to.
Disable xconsole pipeline in rsyslog
dereckson closed T806: rsyslogd: action 'action 9' suspended as Resolved by committing rOPSed2a64f0931f: Disable xconsole pipeline in rsyslog.
Add favicon
Placeholder page
Import Foundation Icon Fonts 3
dereckson renamed T1014: Setup a project and a repository for the TCL <> Python layer from Setup a project and a repository for the TCL <> Python layer for eggdrop to Setup a project and a repository for the TCL <> Python layer.
Created Dynbridge project.
dereckson added a project to T1014: Setup a project and a repository for the TCL <> Python layer: Dynbridge.
dereckson moved T487: Commit to rCORE from Backlog to Needs Review / Blocked / Waiting on the User-xcombelle board.
dereckson added a project to T615: Get the list of the repositories for a GitHub organization: User-xcombelle.
I summarize some discussions about the name we had on IRC:
Sep 11 2016
Sep 11 2016
dereckson moved T806: rsyslogd: action 'action 9' suspended from Backlog to Server config on the Eglide board.
dereckson moved T767: Run a shell service allowing IRC connections from Backlog to Project on the Eglide board.
dereckson moved T862: Launch bitlbee on Eglide, and listen to another part than 6667 from Backlog to Server config on the Eglide board.
dereckson moved T867: Prepare a welcome mail for new Eglide users from Backlog to Project on the Eglide board.
dereckson moved T938: [Roadmap] Allow public subscriptions for Eglide from Backlog to Project on the Eglide board.
dereckson moved T940: Add server (when all the remaining is done) to shells.red-pill.eu from Backlog to Project on the Eglide board.
dereckson moved T939: Create a documentation for Eglide users from Backlog to Project on the Eglide board.
dereckson moved T943: Have a workflow to process subscriptions from Backlog to Project on the Eglide board.
dereckson moved T976: Investigate IPv6 outage between amj home network and Eglide from Backlog to Server config on the Eglide board.
dereckson moved T981: Define a policy for acceptable vhosts on Eglide from Backlog to Project on the Eglide board.
$ salt eglide state.apply roles/core/rsyslog eglide: ---------- ID: rc Function: file.managed Name: /etc/rsyslog.d/50-default.conf Result: True Comment: File /etc/rsyslog.d/50-default.conf is in the correct state Started: 02:15:49.961729 Duration: 1402.618 ms Changes:
dereckson moved T806: rsyslogd: action 'action 9' suspended from Backlog to Needs Review / Blocked / Waiting on the User-Dereckson board.
dereckson moved T806: rsyslogd: action 'action 9' suspended from Eglide to Pending review on the Servers board.
dereckson retitled D673: Disable xconsole pipeline in rsyslog from to Disable xconsole pipeline in rsyslog.
dereckson added a revision to T806: rsyslogd: action 'action 9' suspended: D673: Disable xconsole pipeline in rsyslog.
That's still the case:
dereckson closed T975: Move amj weechat from Ysul to Eglide, a subtask of T767: Run a shell service allowing IRC connections, as Resolved.
Declined T980 with this rationale I want to include in our policy:
@Sandlayth found there is a website with a name very similar: https://radarbolmongonline.com/ for a site named Radar Bolmong.
dereckson updated the task description for T999: NotifyNewCommitsToDiffusion fails to check if we've or not a Phabricator instance for this project.
dereckson retitled D672: HTTP check protection for #wikipedia-fr from to HTTP check protection for #wikipedia-fr.
Updated pkgng plugin and do some pkgng tests, all works fine.
dereckson retitled D671: pkgng etckeeper plugin should care about /usr/local/etc from to pkgng etckeeper plugin should care about /usr/local/etc.
dereckson closed Restricted Maniphest Task, a subtask of T1011: Install etckeeper on Ysul, as Resolved.
Sep 10 2016
Sep 10 2016
We're not really blocked by T1013:/usr/local/etc/.git/info/exclude ignores the problematic change.
We've an issue to solve before:
dereckson moved T1011: Install etckeeper on Ysul from Backlog to In progress on the User-Dereckson board.
Ysul — /etc
$ etckeeper init Initialized empty Git repository in /etc/.git/ $ git commit -m "Initial import 2016-09-10" etckeeper warning: hardlinked files could cause problems with git: pam.d/ftp pam.d/ftpd [master (root-commit) 75f7876] Initial import 2016-09-10 447 files changed, 48165 insertions(+) […]
Ysul
$ cd /home/dereckson/src/etckeeper $ gmake install sed -i~ "s/Version:.*/Version: $(perl -e '$_=<>;m/\((.*?)(-.*)?\)/;print $1;' <debian/changelog)\"/" etckeeper rm -f etckeeper~ mkdir -p /etc/etckeeper/ /var/cache/etckeeper/ cp -R *.d /etc/etckeeper/ install daily /etc/etckeeper/daily install -m 0644 etckeeper.conf /etc/etckeeper/etckeeper.conf mkdir -p /usr/local/bin install etckeeper /usr/local/bin/etckeeper mkdir -p /usr/local/share/man/man8 install -m 0644 etckeeper.8 /usr/local/share/man/man8/etckeeper.8 mkdir -p /usr/local/share/bash-completion/completions install -m 0644 bash_completion /usr/local/share/bash-completion/completions/etckeeper mkdir -p /lib/systemd/system install -m 0644 systemd/etckeeper.service /lib/systemd/system/etckeeper.service install -m 0644 systemd/etckeeper.timer /lib/systemd/system/etckeeper.timer python ./etckeeper-bzr/__init__.py install --root= || echo "** bzr support not installed" running install running build running build_py creating build creating build/lib creating build/lib/bzrlib creating build/lib/bzrlib/plugins creating build/lib/bzrlib/plugins/etckeeper copying etckeeper-bzr/__init__.py -> build/lib/bzrlib/plugins/etckeeper running install_lib creating usr creating usr/local creating usr/local/lib creating usr/local/lib/python2.7 creating usr/local/lib/python2.7/site-packages creating usr/local/lib/python2.7/site-packages/bzrlib creating usr/local/lib/python2.7/site-packages/bzrlib/plugins creating usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper copying build/lib/bzrlib/plugins/etckeeper/__init__.py -> usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper byte-compiling usr/local/lib/python2.7/site-packages/bzrlib/plugins/etckeeper/__init__.py to __init__.pyc running install_egg_info Writing usr/local/lib/python2.7/site-packages/bzr_etckeeper-0.0.0-py2.7.egg-info echo "** installation successful" ** installation successful $ rm -rf /lib/systemd $ mv /usr/local/share/man/man8/etckeeper.8 /usr/local/man/man8/ $ rm -rf /usr/local/share/man
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator